Shades of Persian Indigo #37078C
Tints of Persian Indigo #37078C
RGB
CMYK
RGB Variations
Color information
#37078C (or 0x37078C) is known color: Persian Indigo. HEX triplet: 37, 07 and 8C. RGB value is (55,7,140). Sum of RGB (Red+Green+Blue) = 55+7+140=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #37078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37078C is #C8F873. Grayscale: #242424. Windows color (decimal): -13170804 or 9176887. OLE color: 9176887.
HSL color Cylindrical-coordinate representation of color #37078C: hue angle of 261.65º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37078C is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 7 | 140 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.45 |
| HSL | 261.65º | 0.9% | 0.29% | - |
| HSV(B) | 261.65º | 0.95% | 0.55% | - |
| XYZ | 6.39 | 2.86 | 25.03 | - |
| YUV | 36.51 | 186.4 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 140 | 0.61 | 0.95 | 0 | 0.45 | 261.65 | 0.9 | 0.29 |
| Hex | 37 | 7 | 8C | 3D | 5F | 0 | 2D | 106 | 5A | 1D |
| Octal | 67 | 7 | 214 | 75 | 137 | 0 | 55 | 406 | 132 | 35 |
| Binary | 110111 | 111 | 10001100 | 111101 | 1011111 | 0 | 101101 | 100000110 | 1011010 | 11101 |
Color Harmonies of #37078C
Complementary color
Monochromatic Colors of #37078C
Black with #37078C
Text Example
Text Example
White with #37078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37078C; }
p { color: rgb(55,7,140); }
H1.HeaderClassName
{
color: #37078C;
}
.AnyTagClassName
{
color: #37078C;
}
</style>
background-color css
<style>
a { background-color: #37078C; }
a { background-color: rgb(55,7,140); }
div.DivClassName
{
background-color: #37078C;
}
.BgClassName
{
background-color: #37078C;
}
</style>
border-color css
<style>
span { border-color: #37078C; }
span { border-color: rgb(55,7,140); }
td.TdClassName
{
border-color: #37078C;
}
.TagClassName
{
border-color: #37078C;
}
</style>