Shades of Persian Indigo #37028C
Tints of Persian Indigo #37028C
RGB
CMYK
RGB Variations
Color information
#37028C (or 0x37028C) is known color: Persian Indigo. HEX triplet: 37, 02 and 8C. RGB value is (55,2,140). Sum of RGB (Red+Green+Blue) = 55+2+140=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #37028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37028C is #C8FD73. Grayscale: #212121. Windows color (decimal): -13172084 or 9175607. OLE color: 9175607.
HSL color Cylindrical-coordinate representation of color #37028C: hue angle of 263.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37028C is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 2 | 140 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.45 |
| HSL | 263.04º | 0.97% | 0.28% | - |
| HSV(B) | 263.04º | 0.99% | 0.55% | - |
| XYZ | 6.33 | 2.75 | 25.01 | - |
| YUV | 33.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 140 | 0.61 | 0.99 | 0 | 0.45 | 263.04 | 0.97 | 0.28 |
| Hex | 37 | 2 | 8C | 3D | 63 | 0 | 2D | 107 | 61 | 1C |
| Octal | 67 | 2 | 214 | 75 | 143 | 0 | 55 | 407 | 141 | 34 |
| Binary | 110111 | 10 | 10001100 | 111101 | 1100011 | 0 | 101101 | 100000111 | 1100001 | 11100 |
Color Harmonies of #37028C
Complementary color
Monochromatic Colors of #37028C
Black with #37028C
Text Example
Text Example
White with #37028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37028C; }
p { color: rgb(55,2,140); }
H1.HeaderClassName
{
color: #37028C;
}
.AnyTagClassName
{
color: #37028C;
}
</style>
background-color css
<style>
a { background-color: #37028C; }
a { background-color: rgb(55,2,140); }
div.DivClassName
{
background-color: #37028C;
}
.BgClassName
{
background-color: #37028C;
}
</style>
border-color css
<style>
span { border-color: #37028C; }
span { border-color: rgb(55,2,140); }
td.TdClassName
{
border-color: #37028C;
}
.TagClassName
{
border-color: #37028C;
}
</style>