Shades of Persian Indigo #370DA6
Tints of Persian Indigo #370DA6
RGB
CMYK
RGB Variations
Color information
#370DA6 (or 0x370DA6) is known color: Persian Indigo. HEX triplet: 37, 0D and A6. RGB value is (55,13,166). Sum of RGB (Red+Green+Blue) = 55+13+166=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 166 (65.23% from 255 or 70.94% from 234); Max value from RGB is 166 - color contains mainly: blue. Hex color #370DA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370DA6 is #C8F259. Grayscale: #2A2A2A. Windows color (decimal): -13169242 or 10882359. OLE color: 10882359.
HSL color Cylindrical-coordinate representation of color #370DA6: hue angle of 256.47º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370DA6 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 13 | 166 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.35 |
| HSL | 256.47º | 0.85% | 0.35% | - |
| HSV(B) | 256.47º | 0.92% | 0.65% | - |
| XYZ | 8.6 | 3.85 | 36.37 | - |
| YUV | 43 | 197.41 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 166 | 0.67 | 0.92 | 0 | 0.35 | 256.47 | 0.85 | 0.35 |
| Hex | 37 | D | A6 | 43 | 5C | 0 | 23 | 100 | 55 | 23 |
| Octal | 67 | 15 | 246 | 103 | 134 | 0 | 43 | 400 | 125 | 43 |
| Binary | 110111 | 1101 | 10100110 | 1000011 | 1011100 | 0 | 100011 | 100000000 | 1010101 | 100011 |
Color Harmonies of #370DA6
Complementary color
Monochromatic Colors of #370DA6
Black with #370DA6
Text Example
Text Example
White with #370DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DA6; }
p { color: rgb(55,13,166); }
H1.HeaderClassName
{
color: #370DA6;
}
.AnyTagClassName
{
color: #370DA6;
}
</style>
background-color css
<style>
a { background-color: #370DA6; }
a { background-color: rgb(55,13,166); }
div.DivClassName
{
background-color: #370DA6;
}
.BgClassName
{
background-color: #370DA6;
}
</style>
border-color css
<style>
span { border-color: #370DA6; }
span { border-color: rgb(55,13,166); }
td.TdClassName
{
border-color: #370DA6;
}
.TagClassName
{
border-color: #370DA6;
}
</style>