Shades of Persian Indigo #36019D
Tints of Persian Indigo #36019D
RGB
CMYK
RGB Variations
Color information
#36019D (or 0x36019D) is known color: Persian Indigo. HEX triplet: 36, 01 and 9D. RGB value is (54,1,157). Sum of RGB (Red+Green+Blue) = 54+1+157=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #36019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36019D is #C9FE62. Grayscale: #222222. Windows color (decimal): -13237859 or 10289462. OLE color: 10289462.
HSL color Cylindrical-coordinate representation of color #36019D: hue angle of 260.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36019D is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 1 | 157 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.38 |
| HSL | 260.38º | 0.99% | 0.31% | - |
| HSV(B) | 260.38º | 0.99% | 0.62% | - |
| XYZ | 7.62 | 3.24 | 32.12 | - |
| YUV | 34.63 | 197.06 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 157 | 0.66 | 0.99 | 0 | 0.38 | 260.38 | 0.99 | 0.31 |
| Hex | 36 | 1 | 9D | 42 | 63 | 0 | 26 | 104 | 63 | 1F |
| Octal | 66 | 1 | 235 | 102 | 143 | 0 | 46 | 404 | 143 | 37 |
| Binary | 110110 | 1 | 10011101 | 1000010 | 1100011 | 0 | 100110 | 100000100 | 1100011 | 11111 |
Color Harmonies of #36019D
Complementary color
Monochromatic Colors of #36019D
Black with #36019D
Text Example
Text Example
White with #36019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36019D; }
p { color: rgb(54,1,157); }
H1.HeaderClassName
{
color: #36019D;
}
.AnyTagClassName
{
color: #36019D;
}
</style>
background-color css
<style>
a { background-color: #36019D; }
a { background-color: rgb(54,1,157); }
div.DivClassName
{
background-color: #36019D;
}
.BgClassName
{
background-color: #36019D;
}
</style>
border-color css
<style>
span { border-color: #36019D; }
span { border-color: rgb(54,1,157); }
td.TdClassName
{
border-color: #36019D;
}
.TagClassName
{
border-color: #36019D;
}
</style>