Shades of Persian Indigo #36078C
Tints of Persian Indigo #36078C
RGB
CMYK
RGB Variations
Color information
#36078C (or 0x36078C) is known color: Persian Indigo. HEX triplet: 36, 07 and 8C. RGB value is (54,7,140). Sum of RGB (Red+Green+Blue) = 54+7+140=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 7 (3.12% from 255 or 3.48% 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 #36078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36078C is #C9F873. Grayscale: #232323. Windows color (decimal): -13236340 or 9176886. OLE color: 9176886.
HSL color Cylindrical-coordinate representation of color #36078C: hue angle of 261.2º 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 #36078C is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 7 | 140 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.45 |
| HSL | 261.2º | 0.9% | 0.29% | - |
| HSV(B) | 261.2º | 0.95% | 0.55% | - |
| XYZ | 6.33 | 2.83 | 25.02 | - |
| YUV | 36.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 140 | 0.61 | 0.95 | 0 | 0.45 | 261.2 | 0.9 | 0.29 |
| Hex | 36 | 7 | 8C | 3D | 5F | 0 | 2D | 105 | 5A | 1D |
| Octal | 66 | 7 | 214 | 75 | 137 | 0 | 55 | 405 | 132 | 35 |
| Binary | 110110 | 111 | 10001100 | 111101 | 1011111 | 0 | 101101 | 100000101 | 1011010 | 11101 |
Color Harmonies of #36078C
Complementary color
Monochromatic Colors of #36078C
Black with #36078C
Text Example
Text Example
White with #36078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36078C; }
p { color: rgb(54,7,140); }
H1.HeaderClassName
{
color: #36078C;
}
.AnyTagClassName
{
color: #36078C;
}
</style>
background-color css
<style>
a { background-color: #36078C; }
a { background-color: rgb(54,7,140); }
div.DivClassName
{
background-color: #36078C;
}
.BgClassName
{
background-color: #36078C;
}
</style>
border-color css
<style>
span { border-color: #36078C; }
span { border-color: rgb(54,7,140); }
td.TdClassName
{
border-color: #36078C;
}
.TagClassName
{
border-color: #36078C;
}
</style>