Shades of Persian Indigo #37029B
Tints of Persian Indigo #37029B
RGB
CMYK
RGB Variations
Color information
#37029B (or 0x37029B) is known color: Persian Indigo. HEX triplet: 37, 02 and 9B. RGB value is (55,2,155). Sum of RGB (Red+Green+Blue) = 55+2+155=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #37029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37029B is #C8FD64. Grayscale: #222222. Windows color (decimal): -13172069 or 10158647. OLE color: 10158647.
HSL color Cylindrical-coordinate representation of color #37029B: hue angle of 260.78º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37029B is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 2 | 155 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.39 |
| HSL | 260.78º | 0.97% | 0.31% | - |
| HSV(B) | 260.78º | 0.99% | 0.61% | - |
| XYZ | 7.51 | 3.22 | 31.24 | - |
| YUV | 35.29 | 195.56 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 155 | 0.65 | 0.99 | 0 | 0.39 | 260.78 | 0.97 | 0.31 |
| Hex | 37 | 2 | 9B | 41 | 63 | 0 | 27 | 105 | 61 | 1F |
| Octal | 67 | 2 | 233 | 101 | 143 | 0 | 47 | 405 | 141 | 37 |
| Binary | 110111 | 10 | 10011011 | 1000001 | 1100011 | 0 | 100111 | 100000101 | 1100001 | 11111 |
Color Harmonies of #37029B
Complementary color
Monochromatic Colors of #37029B
Black with #37029B
Text Example
Text Example
White with #37029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37029B; }
p { color: rgb(55,2,155); }
H1.HeaderClassName
{
color: #37029B;
}
.AnyTagClassName
{
color: #37029B;
}
</style>
background-color css
<style>
a { background-color: #37029B; }
a { background-color: rgb(55,2,155); }
div.DivClassName
{
background-color: #37029B;
}
.BgClassName
{
background-color: #37029B;
}
</style>
border-color css
<style>
span { border-color: #37029B; }
span { border-color: rgb(55,2,155); }
td.TdClassName
{
border-color: #37029B;
}
.TagClassName
{
border-color: #37029B;
}
</style>