Shades of Persian Indigo #36019C
Tints of Persian Indigo #36019C
RGB
CMYK
RGB Variations
Color information
#36019C (or 0x36019C) is known color: Persian Indigo. HEX triplet: 36, 01 and 9C. RGB value is (54,1,156). Sum of RGB (Red+Green+Blue) = 54+1+156=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #36019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36019C is #C9FE63. Grayscale: #212121. Windows color (decimal): -13237860 or 10223926. OLE color: 10223926.
HSL color Cylindrical-coordinate representation of color #36019C: hue angle of 260.52º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36019C is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 1 | 156 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.39 |
| HSL | 260.52º | 0.99% | 0.31% | - |
| HSV(B) | 260.52º | 0.99% | 0.61% | - |
| XYZ | 7.53 | 3.21 | 31.67 | - |
| YUV | 34.52 | 196.56 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 156 | 0.65 | 0.99 | 0 | 0.39 | 260.52 | 0.99 | 0.31 |
| Hex | 36 | 1 | 9C | 41 | 63 | 0 | 27 | 105 | 63 | 1F |
| Octal | 66 | 1 | 234 | 101 | 143 | 0 | 47 | 405 | 143 | 37 |
| Binary | 110110 | 1 | 10011100 | 1000001 | 1100011 | 0 | 100111 | 100000101 | 1100011 | 11111 |
Color Harmonies of #36019C
Complementary color
Monochromatic Colors of #36019C
Black with #36019C
Text Example
Text Example
White with #36019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36019C; }
p { color: rgb(54,1,156); }
H1.HeaderClassName
{
color: #36019C;
}
.AnyTagClassName
{
color: #36019C;
}
</style>
background-color css
<style>
a { background-color: #36019C; }
a { background-color: rgb(54,1,156); }
div.DivClassName
{
background-color: #36019C;
}
.BgClassName
{
background-color: #36019C;
}
</style>
border-color css
<style>
span { border-color: #36019C; }
span { border-color: rgb(54,1,156); }
td.TdClassName
{
border-color: #36019C;
}
.TagClassName
{
border-color: #36019C;
}
</style>