Shades of Persian Indigo #37248F
Tints of Persian Indigo #37248F
RGB
CMYK
RGB Variations
Color information
#37248F (or 0x37248F) is known color: Persian Indigo. HEX triplet: 37, 24 and 8F. RGB value is (55,36,143). Sum of RGB (Red+Green+Blue) = 55+36+143=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #37248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37248F is #C8DB70. Grayscale: #353535. Windows color (decimal): -13163377 or 9380919. OLE color: 9380919.
HSL color Cylindrical-coordinate representation of color #37248F: hue angle of 250.65º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37248F is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 36 | 143 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.44 |
| HSL | 250.65º | 0.6% | 0.35% | - |
| HSV(B) | 250.65º | 0.75% | 0.56% | - |
| XYZ | 7.16 | 4.06 | 26.39 | - |
| YUV | 53.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 143 | 0.62 | 0.75 | 0 | 0.44 | 250.65 | 0.6 | 0.35 |
| Hex | 37 | 24 | 8F | 3E | 4B | 0 | 2C | FB | 3C | 23 |
| Octal | 67 | 44 | 217 | 76 | 113 | 0 | 54 | 373 | 74 | 43 |
| Binary | 110111 | 100100 | 10001111 | 111110 | 1001011 | 0 | 101100 | 11111011 | 111100 | 100011 |
Color Harmonies of #37248F
Complementary color
Monochromatic Colors of #37248F
Black with #37248F
Text Example
Text Example
White with #37248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37248F; }
p { color: rgb(55,36,143); }
H1.HeaderClassName
{
color: #37248F;
}
.AnyTagClassName
{
color: #37248F;
}
</style>
background-color css
<style>
a { background-color: #37248F; }
a { background-color: rgb(55,36,143); }
div.DivClassName
{
background-color: #37248F;
}
.BgClassName
{
background-color: #37248F;
}
</style>
border-color css
<style>
span { border-color: #37248F; }
span { border-color: rgb(55,36,143); }
td.TdClassName
{
border-color: #37248F;
}
.TagClassName
{
border-color: #37248F;
}
</style>