Shades of Persian Indigo #36058C
Tints of Persian Indigo #36058C
RGB
CMYK
RGB Variations
Color information
#36058C (or 0x36058C) is known color: Persian Indigo. HEX triplet: 36, 05 and 8C. RGB value is (54,5,140). Sum of RGB (Red+Green+Blue) = 54+5+140=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #36058C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36058C is #C9FA73. Grayscale: #222222. Windows color (decimal): -13236852 or 9176374. OLE color: 9176374.
HSL color Cylindrical-coordinate representation of color #36058C: hue angle of 261.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36058C is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 5 | 140 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.45 |
| HSL | 261.78º | 0.93% | 0.28% | - |
| HSV(B) | 261.78º | 0.96% | 0.55% | - |
| XYZ | 6.31 | 2.79 | 25.02 | - |
| YUV | 35.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 140 | 0.61 | 0.96 | 0 | 0.45 | 261.78 | 0.93 | 0.28 |
| Hex | 36 | 5 | 8C | 3D | 60 | 0 | 2D | 106 | 5D | 1C |
| Octal | 66 | 5 | 214 | 75 | 140 | 0 | 55 | 406 | 135 | 34 |
| Binary | 110110 | 101 | 10001100 | 111101 | 1100000 | 0 | 101101 | 100000110 | 1011101 | 11100 |
Color Harmonies of #36058C
Complementary color
Monochromatic Colors of #36058C
Black with #36058C
Text Example
Text Example
White with #36058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36058C; }
p { color: rgb(54,5,140); }
H1.HeaderClassName
{
color: #36058C;
}
.AnyTagClassName
{
color: #36058C;
}
</style>
background-color css
<style>
a { background-color: #36058C; }
a { background-color: rgb(54,5,140); }
div.DivClassName
{
background-color: #36058C;
}
.BgClassName
{
background-color: #36058C;
}
</style>
border-color css
<style>
span { border-color: #36058C; }
span { border-color: rgb(54,5,140); }
td.TdClassName
{
border-color: #36058C;
}
.TagClassName
{
border-color: #36058C;
}
</style>