Shades of Persian Indigo #36197F
Tints of Persian Indigo #36197F
RGB
CMYK
RGB Variations
Color information
#36197F (or 0x36197F) is known color: Persian Indigo. HEX triplet: 36, 19 and 7F. RGB value is (54,25,127). Sum of RGB (Red+Green+Blue) = 54+25+127=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #36197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36197F is #C9E680. Grayscale: #2C2C2C. Windows color (decimal): -13231745 or 8329526. OLE color: 8329526.
HSL color Cylindrical-coordinate representation of color #36197F: hue angle of 257.06º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36197F is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 25 | 127 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.50 |
| HSL | 257.06º | 0.67% | 0.3% | - |
| HSV(B) | 257.06º | 0.8% | 0.5% | - |
| XYZ | 5.7 | 3.01 | 20.36 | - |
| YUV | 45.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 127 | 0.57 | 0.80 | 0 | 0.50 | 257.06 | 0.67 | 0.3 |
| Hex | 36 | 19 | 7F | 39 | 50 | 0 | 32 | 101 | 43 | 1E |
| Octal | 66 | 31 | 177 | 71 | 120 | 0 | 62 | 401 | 103 | 36 |
| Binary | 110110 | 11001 | 1111111 | 111001 | 1010000 | 0 | 110010 | 100000001 | 1000011 | 11110 |
Color Harmonies of #36197F
Complementary color
Monochromatic Colors of #36197F
Black with #36197F
Text Example
Text Example
White with #36197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36197F; }
p { color: rgb(54,25,127); }
H1.HeaderClassName
{
color: #36197F;
}
.AnyTagClassName
{
color: #36197F;
}
</style>
background-color css
<style>
a { background-color: #36197F; }
a { background-color: rgb(54,25,127); }
div.DivClassName
{
background-color: #36197F;
}
.BgClassName
{
background-color: #36197F;
}
</style>
border-color css
<style>
span { border-color: #36197F; }
span { border-color: rgb(54,25,127); }
td.TdClassName
{
border-color: #36197F;
}
.TagClassName
{
border-color: #36197F;
}
</style>