Shades of Persian Indigo #37068C
Tints of Persian Indigo #37068C
RGB
CMYK
RGB Variations
Color information
#37068C (or 0x37068C) is known color: Persian Indigo. HEX triplet: 37, 06 and 8C. RGB value is (55,6,140). Sum of RGB (Red+Green+Blue) = 55+6+140=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #37068C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37068C is #C8F973. Grayscale: #232323. Windows color (decimal): -13171060 or 9176631. OLE color: 9176631.
HSL color Cylindrical-coordinate representation of color #37068C: hue angle of 261.94º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37068C is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 6 | 140 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.45 |
| HSL | 261.94º | 0.92% | 0.29% | - |
| HSV(B) | 261.94º | 0.96% | 0.55% | - |
| XYZ | 6.37 | 2.84 | 25.02 | - |
| YUV | 35.93 | 186.73 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 140 | 0.61 | 0.96 | 0 | 0.45 | 261.94 | 0.92 | 0.29 |
| Hex | 37 | 6 | 8C | 3D | 60 | 0 | 2D | 106 | 5C | 1D |
| Octal | 67 | 6 | 214 | 75 | 140 | 0 | 55 | 406 | 134 | 35 |
| Binary | 110111 | 110 | 10001100 | 111101 | 1100000 | 0 | 101101 | 100000110 | 1011100 | 11101 |
Color Harmonies of #37068C
Complementary color
Monochromatic Colors of #37068C
Black with #37068C
Text Example
Text Example
White with #37068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37068C; }
p { color: rgb(55,6,140); }
H1.HeaderClassName
{
color: #37068C;
}
.AnyTagClassName
{
color: #37068C;
}
</style>
background-color css
<style>
a { background-color: #37068C; }
a { background-color: rgb(55,6,140); }
div.DivClassName
{
background-color: #37068C;
}
.BgClassName
{
background-color: #37068C;
}
</style>
border-color css
<style>
span { border-color: #37068C; }
span { border-color: rgb(55,6,140); }
td.TdClassName
{
border-color: #37068C;
}
.TagClassName
{
border-color: #37068C;
}
</style>