Shades of Persian Indigo #36006C
Tints of Persian Indigo #36006C
RGB
CMYK
RGB Variations
Color information
#36006C (or 0x36006C) is known color: Persian Indigo. HEX triplet: 36, 00 and 6C. RGB value is (54,0,108). Sum of RGB (Red+Green+Blue) = 54+0+108=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #36006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36006C is #C9FF93. Grayscale: #1C1C1C. Windows color (decimal): -13238164 or 7077942. OLE color: 7077942.
HSL color Cylindrical-coordinate representation of color #36006C: hue angle of 270º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36006C is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 0 | 108 | - |
| CMYK | 0.50 | 1 | 0 | 0.58 |
| HSL | 270º | 1% | 0.21% | - |
| HSV(B) | 270º | 1% | 0.42% | - |
| XYZ | 4.23 | 1.87 | 14.32 | - |
| YUV | 28.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 108 | 0.50 | 1 | 0 | 0.58 | 270 | 1 | 0.21 |
| Hex | 36 | 0 | 6C | 32 | 64 | 0 | 3A | 10E | 64 | 15 |
| Octal | 66 | 0 | 154 | 62 | 144 | 0 | 72 | 416 | 144 | 25 |
| Binary | 110110 | 0 | 1101100 | 110010 | 1100100 | 0 | 111010 | 100001110 | 1100100 | 10101 |
Color Harmonies of #36006C
Complementary color
Monochromatic Colors of #36006C
Black with #36006C
Text Example
Text Example
White with #36006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36006C; }
p { color: rgb(54,0,108); }
H1.HeaderClassName
{
color: #36006C;
}
.AnyTagClassName
{
color: #36006C;
}
</style>
background-color css
<style>
a { background-color: #36006C; }
a { background-color: rgb(54,0,108); }
div.DivClassName
{
background-color: #36006C;
}
.BgClassName
{
background-color: #36006C;
}
</style>
border-color css
<style>
span { border-color: #36006C; }
span { border-color: rgb(54,0,108); }
td.TdClassName
{
border-color: #36006C;
}
.TagClassName
{
border-color: #36006C;
}
</style>