Shades of Persian Indigo #36207C
Tints of Persian Indigo #36207C
RGB
CMYK
RGB Variations
Color information
#36207C (or 0x36207C) is known color: Persian Indigo. HEX triplet: 36, 20 and 7C. RGB value is (54,32,124). Sum of RGB (Red+Green+Blue) = 54+32+124=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #36207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36207C is #C9DF83. Grayscale: #303030. Windows color (decimal): -13229956 or 8134710. OLE color: 8134710.
HSL color Cylindrical-coordinate representation of color #36207C: hue angle of 254.35º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36207C is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 32 | 124 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.51 |
| HSL | 254.35º | 0.59% | 0.31% | - |
| HSV(B) | 254.35º | 0.74% | 0.49% | - |
| XYZ | 5.68 | 3.27 | 19.4 | - |
| YUV | 49.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 124 | 0.56 | 0.74 | 0 | 0.51 | 254.35 | 0.59 | 0.31 |
| Hex | 36 | 20 | 7C | 38 | 4A | 0 | 33 | FE | 3B | 1F |
| Octal | 66 | 40 | 174 | 70 | 112 | 0 | 63 | 376 | 73 | 37 |
| Binary | 110110 | 100000 | 1111100 | 111000 | 1001010 | 0 | 110011 | 11111110 | 111011 | 11111 |
Color Harmonies of #36207C
Complementary color
Monochromatic Colors of #36207C
Black with #36207C
Text Example
Text Example
White with #36207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36207C; }
p { color: rgb(54,32,124); }
H1.HeaderClassName
{
color: #36207C;
}
.AnyTagClassName
{
color: #36207C;
}
</style>
background-color css
<style>
a { background-color: #36207C; }
a { background-color: rgb(54,32,124); }
div.DivClassName
{
background-color: #36207C;
}
.BgClassName
{
background-color: #36207C;
}
</style>
border-color css
<style>
span { border-color: #36207C; }
span { border-color: rgb(54,32,124); }
td.TdClassName
{
border-color: #36207C;
}
.TagClassName
{
border-color: #36207C;
}
</style>