Shades of Persian Indigo #37248C
Tints of Persian Indigo #37248C
RGB
CMYK
RGB Variations
Color information
#37248C (or 0x37248C) is known color: Persian Indigo. HEX triplet: 37, 24 and 8C. RGB value is (55,36,140). Sum of RGB (Red+Green+Blue) = 55+36+140=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #37248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37248C is #C8DB73. Grayscale: #353535. Windows color (decimal): -13163380 or 9184311. OLE color: 9184311.
HSL color Cylindrical-coordinate representation of color #37248C: hue angle of 250.96º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37248C is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 36 | 140 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.45 |
| HSL | 250.96º | 0.59% | 0.35% | - |
| HSV(B) | 250.96º | 0.74% | 0.55% | - |
| XYZ | 6.94 | 3.97 | 25.21 | - |
| YUV | 53.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 140 | 0.61 | 0.74 | 0 | 0.45 | 250.96 | 0.59 | 0.35 |
| Hex | 37 | 24 | 8C | 3D | 4A | 0 | 2D | FB | 3B | 23 |
| Octal | 67 | 44 | 214 | 75 | 112 | 0 | 55 | 373 | 73 | 43 |
| Binary | 110111 | 100100 | 10001100 | 111101 | 1001010 | 0 | 101101 | 11111011 | 111011 | 100011 |
Color Harmonies of #37248C
Complementary color
Monochromatic Colors of #37248C
Black with #37248C
Text Example
Text Example
White with #37248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37248C; }
p { color: rgb(55,36,140); }
H1.HeaderClassName
{
color: #37248C;
}
.AnyTagClassName
{
color: #37248C;
}
</style>
background-color css
<style>
a { background-color: #37248C; }
a { background-color: rgb(55,36,140); }
div.DivClassName
{
background-color: #37248C;
}
.BgClassName
{
background-color: #37248C;
}
</style>
border-color css
<style>
span { border-color: #37248C; }
span { border-color: rgb(55,36,140); }
td.TdClassName
{
border-color: #37248C;
}
.TagClassName
{
border-color: #37248C;
}
</style>