Shades of Persian Indigo #36019A
Tints of Persian Indigo #36019A
RGB
CMYK
RGB Variations
Color information
#36019A (or 0x36019A) is known color: Persian Indigo. HEX triplet: 36, 01 and 9A. RGB value is (54,1,154). Sum of RGB (Red+Green+Blue) = 54+1+154=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #36019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36019A is #C9FE65. Grayscale: #212121. Windows color (decimal): -13237862 or 10092854. OLE color: 10092854.
HSL color Cylindrical-coordinate representation of color #36019A: hue angle of 260.78º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36019A is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 1 | 154 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.40 |
| HSL | 260.78º | 0.99% | 0.3% | - |
| HSV(B) | 260.78º | 0.99% | 0.6% | - |
| XYZ | 7.36 | 3.14 | 30.79 | - |
| YUV | 34.29 | 195.56 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 154 | 0.65 | 0.99 | 0 | 0.40 | 260.78 | 0.99 | 0.3 |
| Hex | 36 | 1 | 9A | 41 | 63 | 0 | 28 | 105 | 63 | 1E |
| Octal | 66 | 1 | 232 | 101 | 143 | 0 | 50 | 405 | 143 | 36 |
| Binary | 110110 | 1 | 10011010 | 1000001 | 1100011 | 0 | 101000 | 100000101 | 1100011 | 11110 |
Color Harmonies of #36019A
Complementary color
Monochromatic Colors of #36019A
Black with #36019A
Text Example
Text Example
White with #36019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36019A; }
p { color: rgb(54,1,154); }
H1.HeaderClassName
{
color: #36019A;
}
.AnyTagClassName
{
color: #36019A;
}
</style>
background-color css
<style>
a { background-color: #36019A; }
a { background-color: rgb(54,1,154); }
div.DivClassName
{
background-color: #36019A;
}
.BgClassName
{
background-color: #36019A;
}
</style>
border-color css
<style>
span { border-color: #36019A; }
span { border-color: rgb(54,1,154); }
td.TdClassName
{
border-color: #36019A;
}
.TagClassName
{
border-color: #36019A;
}
</style>