Shades of Persian Indigo #36006F
Tints of Persian Indigo #36006F
RGB
CMYK
RGB Variations
Color information
#36006F (or 0x36006F) is known color: Persian Indigo. HEX triplet: 36, 00 and 6F. RGB value is (54,0,111). Sum of RGB (Red+Green+Blue) = 54+0+111=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #36006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36006F is #C9FF90. Grayscale: #1C1C1C. Windows color (decimal): -13238161 or 7274550. OLE color: 7274550.
HSL color Cylindrical-coordinate representation of color #36006F: hue angle of 269.19º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36006F is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 0 | 111 | - |
| CMYK | 0.51 | 1 | 0 | 0.56 |
| HSL | 269.19º | 1% | 0.22% | - |
| HSV(B) | 269.19º | 1% | 0.44% | - |
| XYZ | 4.39 | 1.93 | 15.18 | - |
| YUV | 28.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 111 | 0.51 | 1 | 0 | 0.56 | 269.19 | 1 | 0.22 |
| Hex | 36 | 0 | 6F | 33 | 64 | 0 | 38 | 10D | 64 | 16 |
| Octal | 66 | 0 | 157 | 63 | 144 | 0 | 70 | 415 | 144 | 26 |
| Binary | 110110 | 0 | 1101111 | 110011 | 1100100 | 0 | 111000 | 100001101 | 1100100 | 10110 |
Color Harmonies of #36006F
Complementary color
Monochromatic Colors of #36006F
Black with #36006F
Text Example
Text Example
White with #36006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36006F; }
p { color: rgb(54,0,111); }
H1.HeaderClassName
{
color: #36006F;
}
.AnyTagClassName
{
color: #36006F;
}
</style>
background-color css
<style>
a { background-color: #36006F; }
a { background-color: rgb(54,0,111); }
div.DivClassName
{
background-color: #36006F;
}
.BgClassName
{
background-color: #36006F;
}
</style>
border-color css
<style>
span { border-color: #36006F; }
span { border-color: rgb(54,0,111); }
td.TdClassName
{
border-color: #36006F;
}
.TagClassName
{
border-color: #36006F;
}
</style>