Shades of Persian Indigo #250563
Tints of Persian Indigo #250563
RGB
CMYK
RGB Variations
Color information
#250563 (or 0x250563) is known color: Persian Indigo. HEX triplet: 25, 05 and 63. RGB value is (37,5,99). Sum of RGB (Red+Green+Blue) = 37+5+99=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #250563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250563 is #DAFA9C. Grayscale: #181818. Windows color (decimal): -14351005 or 6489381. OLE color: 6489381.
HSL color Cylindrical-coordinate representation of color #250563: hue angle of 260.43º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250563 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 5 | 99 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.61 |
| HSL | 260.43º | 0.9% | 0.2% | - |
| HSV(B) | 260.43º | 0.95% | 0.39% | - |
| XYZ | 3.07 | 1.4 | 11.91 | - |
| YUV | 25.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 99 | 0.63 | 0.95 | 0 | 0.61 | 260.43 | 0.9 | 0.2 |
| Hex | 25 | 5 | 63 | 3F | 5F | 0 | 3D | 104 | 5A | 14 |
| Octal | 45 | 5 | 143 | 77 | 137 | 0 | 75 | 404 | 132 | 24 |
| Binary | 100101 | 101 | 1100011 | 111111 | 1011111 | 0 | 111101 | 100000100 | 1011010 | 10100 |
Color Harmonies of #250563
Complementary color
Monochromatic Colors of #250563
Black with #250563
Text Example
Text Example
White with #250563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250563; }
p { color: rgb(37,5,99); }
H1.HeaderClassName
{
color: #250563;
}
.AnyTagClassName
{
color: #250563;
}
</style>
background-color css
<style>
a { background-color: #250563; }
a { background-color: rgb(37,5,99); }
div.DivClassName
{
background-color: #250563;
}
.BgClassName
{
background-color: #250563;
}
</style>
border-color css
<style>
span { border-color: #250563; }
span { border-color: rgb(37,5,99); }
td.TdClassName
{
border-color: #250563;
}
.TagClassName
{
border-color: #250563;
}
</style>