Shades of Persian Indigo #250C84
Tints of Persian Indigo #250C84
RGB
CMYK
RGB Variations
Color information
#250C84 (or 0x250C84) is known color: Persian Indigo. HEX triplet: 25, 0C and 84. RGB value is (37,12,132). Sum of RGB (Red+Green+Blue) = 37+12+132=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 132 (51.95% from 255 or 72.93% from 181); Max value from RGB is 132 - color contains mainly: blue. Hex color #250C84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250C84 is #DAF37B. Grayscale: #202020. Windows color (decimal): -14349180 or 8653861. OLE color: 8653861.
HSL color Cylindrical-coordinate representation of color #250C84: hue angle of 252.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250C84 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 12 | 132 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.48 |
| HSL | 252.5º | 0.83% | 0.28% | - |
| HSV(B) | 252.5º | 0.91% | 0.52% | - |
| XYZ | 5.06 | 2.32 | 22.01 | - |
| YUV | 33.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 132 | 0.72 | 0.91 | 0 | 0.48 | 252.5 | 0.83 | 0.28 |
| Hex | 25 | C | 84 | 48 | 5B | 0 | 30 | FD | 53 | 1C |
| Octal | 45 | 14 | 204 | 110 | 133 | 0 | 60 | 375 | 123 | 34 |
| Binary | 100101 | 1100 | 10000100 | 1001000 | 1011011 | 0 | 110000 | 11111101 | 1010011 | 11100 |
Color Harmonies of #250C84
Complementary color
Monochromatic Colors of #250C84
Black with #250C84
Text Example
Text Example
White with #250C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C84; }
p { color: rgb(37,12,132); }
H1.HeaderClassName
{
color: #250C84;
}
.AnyTagClassName
{
color: #250C84;
}
</style>
background-color css
<style>
a { background-color: #250C84; }
a { background-color: rgb(37,12,132); }
div.DivClassName
{
background-color: #250C84;
}
.BgClassName
{
background-color: #250C84;
}
</style>
border-color css
<style>
span { border-color: #250C84; }
span { border-color: rgb(37,12,132); }
td.TdClassName
{
border-color: #250C84;
}
.TagClassName
{
border-color: #250C84;
}
</style>