Shades of Persian Indigo #250564
Tints of Persian Indigo #250564
RGB
CMYK
RGB Variations
Color information
#250564 (or 0x250564) is known color: Persian Indigo. HEX triplet: 25, 05 and 64. RGB value is (37,5,100). Sum of RGB (Red+Green+Blue) = 37+5+100=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 100 (39.45% from 255 or 70.42% from 142); Max value from RGB is 100 - color contains mainly: blue. Hex color #250564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250564 is #DAFA9B. Grayscale: #191919. Windows color (decimal): -14351004 or 6554917. OLE color: 6554917.
HSL color Cylindrical-coordinate representation of color #250564: hue angle of 260.21º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250564 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 5 | 100 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.61 |
| HSL | 260.21º | 0.9% | 0.21% | - |
| HSV(B) | 260.21º | 0.95% | 0.39% | - |
| XYZ | 3.12 | 1.42 | 12.17 | - |
| YUV | 25.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 100 | 0.63 | 0.95 | 0 | 0.61 | 260.21 | 0.9 | 0.21 |
| Hex | 25 | 5 | 64 | 3F | 5F | 0 | 3D | 104 | 5A | 15 |
| Octal | 45 | 5 | 144 | 77 | 137 | 0 | 75 | 404 | 132 | 25 |
| Binary | 100101 | 101 | 1100100 | 111111 | 1011111 | 0 | 111101 | 100000100 | 1011010 | 10101 |
Color Harmonies of #250564
Complementary color
Monochromatic Colors of #250564
Black with #250564
Text Example
Text Example
White with #250564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250564; }
p { color: rgb(37,5,100); }
H1.HeaderClassName
{
color: #250564;
}
.AnyTagClassName
{
color: #250564;
}
</style>
background-color css
<style>
a { background-color: #250564; }
a { background-color: rgb(37,5,100); }
div.DivClassName
{
background-color: #250564;
}
.BgClassName
{
background-color: #250564;
}
</style>
border-color css
<style>
span { border-color: #250564; }
span { border-color: rgb(37,5,100); }
td.TdClassName
{
border-color: #250564;
}
.TagClassName
{
border-color: #250564;
}
</style>