Shades of Persian Indigo #370CA4
Tints of Persian Indigo #370CA4
RGB
CMYK
RGB Variations
Color information
#370CA4 (or 0x370CA4) is known color: Persian Indigo. HEX triplet: 37, 0C and A4. RGB value is (55,12,164). Sum of RGB (Red+Green+Blue) = 55+12+164=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 164 (64.45% from 255 or 71.00% from 231); Max value from RGB is 164 - color contains mainly: blue. Hex color #370CA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370CA4 is #C8F35B. Grayscale: #292929. Windows color (decimal): -13169500 or 10751031. OLE color: 10751031.
HSL color Cylindrical-coordinate representation of color #370CA4: hue angle of 256.97º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370CA4 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 12 | 164 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.36 |
| HSL | 256.97º | 0.86% | 0.35% | - |
| HSV(B) | 256.97º | 0.93% | 0.64% | - |
| XYZ | 8.41 | 3.76 | 35.4 | - |
| YUV | 42.19 | 196.75 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 164 | 0.66 | 0.93 | 0 | 0.36 | 256.97 | 0.86 | 0.35 |
| Hex | 37 | C | A4 | 42 | 5D | 0 | 24 | 101 | 56 | 23 |
| Octal | 67 | 14 | 244 | 102 | 135 | 0 | 44 | 401 | 126 | 43 |
| Binary | 110111 | 1100 | 10100100 | 1000010 | 1011101 | 0 | 100100 | 100000001 | 1010110 | 100011 |
Color Harmonies of #370CA4
Complementary color
Monochromatic Colors of #370CA4
Black with #370CA4
Text Example
Text Example
White with #370CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CA4; }
p { color: rgb(55,12,164); }
H1.HeaderClassName
{
color: #370CA4;
}
.AnyTagClassName
{
color: #370CA4;
}
</style>
background-color css
<style>
a { background-color: #370CA4; }
a { background-color: rgb(55,12,164); }
div.DivClassName
{
background-color: #370CA4;
}
.BgClassName
{
background-color: #370CA4;
}
</style>
border-color css
<style>
span { border-color: #370CA4; }
span { border-color: rgb(55,12,164); }
td.TdClassName
{
border-color: #370CA4;
}
.TagClassName
{
border-color: #370CA4;
}
</style>