Shades of Persian Indigo #36058A
Tints of Persian Indigo #36058A
RGB
CMYK
RGB Variations
Color information
#36058A (or 0x36058A) is known color: Persian Indigo. HEX triplet: 36, 05 and 8A. RGB value is (54,5,138). Sum of RGB (Red+Green+Blue) = 54+5+138=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #36058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36058A is #C9FA75. Grayscale: #222222. Windows color (decimal): -13236854 or 9045302. OLE color: 9045302.
HSL color Cylindrical-coordinate representation of color #36058A: hue angle of 262.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36058A is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 5 | 138 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.46 |
| HSL | 262.11º | 0.93% | 0.28% | - |
| HSV(B) | 262.11º | 0.96% | 0.54% | - |
| XYZ | 6.16 | 2.73 | 24.25 | - |
| YUV | 34.81 | 186.23 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 138 | 0.61 | 0.96 | 0 | 0.46 | 262.11 | 0.93 | 0.28 |
| Hex | 36 | 5 | 8A | 3D | 60 | 0 | 2E | 106 | 5D | 1C |
| Octal | 66 | 5 | 212 | 75 | 140 | 0 | 56 | 406 | 135 | 34 |
| Binary | 110110 | 101 | 10001010 | 111101 | 1100000 | 0 | 101110 | 100000110 | 1011101 | 11100 |
Color Harmonies of #36058A
Complementary color
Monochromatic Colors of #36058A
Black with #36058A
Text Example
Text Example
White with #36058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36058A; }
p { color: rgb(54,5,138); }
H1.HeaderClassName
{
color: #36058A;
}
.AnyTagClassName
{
color: #36058A;
}
</style>
background-color css
<style>
a { background-color: #36058A; }
a { background-color: rgb(54,5,138); }
div.DivClassName
{
background-color: #36058A;
}
.BgClassName
{
background-color: #36058A;
}
</style>
border-color css
<style>
span { border-color: #36058A; }
span { border-color: rgb(54,5,138); }
td.TdClassName
{
border-color: #36058A;
}
.TagClassName
{
border-color: #36058A;
}
</style>