Shades of Persian Indigo #370DAB
Tints of Persian Indigo #370DAB
RGB
CMYK
RGB Variations
Color information
#370DAB (or 0x370DAB) is known color: Persian Indigo. HEX triplet: 37, 0D and AB. RGB value is (55,13,171). Sum of RGB (Red+Green+Blue) = 55+13+171=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #370DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370DAB is #C8F254. Grayscale: #2A2A2A. Windows color (decimal): -13169237 or 11210039. OLE color: 11210039.
HSL color Cylindrical-coordinate representation of color #370DAB: hue angle of 255.95º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370DAB is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 13 | 171 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.33 |
| HSL | 255.95º | 0.86% | 0.36% | - |
| HSV(B) | 255.95º | 0.92% | 0.67% | - |
| XYZ | 9.07 | 4.04 | 38.83 | - |
| YUV | 43.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 171 | 0.68 | 0.92 | 0 | 0.33 | 255.95 | 0.86 | 0.36 |
| Hex | 37 | D | AB | 44 | 5C | 0 | 21 | 100 | 56 | 24 |
| Octal | 67 | 15 | 253 | 104 | 134 | 0 | 41 | 400 | 126 | 44 |
| Binary | 110111 | 1101 | 10101011 | 1000100 | 1011100 | 0 | 100001 | 100000000 | 1010110 | 100100 |
Color Harmonies of #370DAB
Complementary color
Monochromatic Colors of #370DAB
Black with #370DAB
Text Example
Text Example
White with #370DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DAB; }
p { color: rgb(55,13,171); }
H1.HeaderClassName
{
color: #370DAB;
}
.AnyTagClassName
{
color: #370DAB;
}
</style>
background-color css
<style>
a { background-color: #370DAB; }
a { background-color: rgb(55,13,171); }
div.DivClassName
{
background-color: #370DAB;
}
.BgClassName
{
background-color: #370DAB;
}
</style>
border-color css
<style>
span { border-color: #370DAB; }
span { border-color: rgb(55,13,171); }
td.TdClassName
{
border-color: #370DAB;
}
.TagClassName
{
border-color: #370DAB;
}
</style>