Shades of Persian Indigo #250264
Tints of Persian Indigo #250264
RGB
CMYK
RGB Variations
Color information
#250264 (or 0x250264) is known color: Persian Indigo. HEX triplet: 25, 02 and 64. RGB value is (37,2,100). Sum of RGB (Red+Green+Blue) = 37+2+100=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 100 (39.45% from 255 or 71.94% from 139); Max value from RGB is 100 - color contains mainly: blue. Hex color #250264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250264 is #DAFD9B. Grayscale: #171717. Windows color (decimal): -14351772 or 6554149. OLE color: 6554149.
HSL color Cylindrical-coordinate representation of color #250264: hue angle of 261.43º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250264 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 2 | 100 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.61 |
| HSL | 261.43º | 0.96% | 0.2% | - |
| HSV(B) | 261.43º | 0.98% | 0.39% | - |
| XYZ | 3.08 | 1.36 | 12.16 | - |
| YUV | 23.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 100 | 0.63 | 0.98 | 0 | 0.61 | 261.43 | 0.96 | 0.2 |
| Hex | 25 | 2 | 64 | 3F | 62 | 0 | 3D | 105 | 60 | 14 |
| Octal | 45 | 2 | 144 | 77 | 142 | 0 | 75 | 405 | 140 | 24 |
| Binary | 100101 | 10 | 1100100 | 111111 | 1100010 | 0 | 111101 | 100000101 | 1100000 | 10100 |
Color Harmonies of #250264
Complementary color
Monochromatic Colors of #250264
Black with #250264
Text Example
Text Example
White with #250264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250264; }
p { color: rgb(37,2,100); }
H1.HeaderClassName
{
color: #250264;
}
.AnyTagClassName
{
color: #250264;
}
</style>
background-color css
<style>
a { background-color: #250264; }
a { background-color: rgb(37,2,100); }
div.DivClassName
{
background-color: #250264;
}
.BgClassName
{
background-color: #250264;
}
</style>
border-color css
<style>
span { border-color: #250264; }
span { border-color: rgb(37,2,100); }
td.TdClassName
{
border-color: #250264;
}
.TagClassName
{
border-color: #250264;
}
</style>