Shades of Persian Indigo #37028D
Tints of Persian Indigo #37028D
RGB
CMYK
RGB Variations
Color information
#37028D (or 0x37028D) is known color: Persian Indigo. HEX triplet: 37, 02 and 8D. RGB value is (55,2,141). Sum of RGB (Red+Green+Blue) = 55+2+141=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #37028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37028D is #C8FD72. Grayscale: #212121. Windows color (decimal): -13172083 or 9241143. OLE color: 9241143.
HSL color Cylindrical-coordinate representation of color #37028D: hue angle of 262.88º 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 #37028D is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 2 | 141 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.45 |
| HSL | 262.88º | 0.97% | 0.28% | - |
| HSV(B) | 262.88º | 0.99% | 0.55% | - |
| XYZ | 6.4 | 2.78 | 25.4 | - |
| YUV | 33.69 | 188.56 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 141 | 0.61 | 0.99 | 0 | 0.45 | 262.88 | 0.97 | 0.28 |
| Hex | 37 | 2 | 8D | 3D | 63 | 0 | 2D | 107 | 61 | 1C |
| Octal | 67 | 2 | 215 | 75 | 143 | 0 | 55 | 407 | 141 | 34 |
| Binary | 110111 | 10 | 10001101 | 111101 | 1100011 | 0 | 101101 | 100000111 | 1100001 | 11100 |
Color Harmonies of #37028D
Complementary color
Monochromatic Colors of #37028D
Black with #37028D
Text Example
Text Example
White with #37028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37028D; }
p { color: rgb(55,2,141); }
H1.HeaderClassName
{
color: #37028D;
}
.AnyTagClassName
{
color: #37028D;
}
</style>
background-color css
<style>
a { background-color: #37028D; }
a { background-color: rgb(55,2,141); }
div.DivClassName
{
background-color: #37028D;
}
.BgClassName
{
background-color: #37028D;
}
</style>
border-color css
<style>
span { border-color: #37028D; }
span { border-color: rgb(55,2,141); }
td.TdClassName
{
border-color: #37028D;
}
.TagClassName
{
border-color: #37028D;
}
</style>