Shades of Indigo #36009E
Tints of Indigo #36009E
RGB
CMYK
RGB Variations
Color information
#36009E (or 0x36009E) is known color: Indigo. HEX triplet: 36, 00 and 9E. RGB value is (54,0,158). Sum of RGB (Red+Green+Blue) = 54+0+158=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #36009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36009E is #C9FF61. Grayscale: #212121. Windows color (decimal): -13238114 or 10354742. OLE color: 10354742.
HSL color Cylindrical-coordinate representation of color #36009E: hue angle of 260.51º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36009E is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 0 | 158 | - |
| CMYK | 0.66 | 1 | 0 | 0.38 |
| HSL | 260.51º | 1% | 0.31% | - |
| HSV(B) | 260.51º | 1% | 0.62% | - |
| XYZ | 7.69 | 3.25 | 32.57 | - |
| YUV | 34.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 158 | 0.66 | 1 | 0 | 0.38 | 260.51 | 1 | 0.31 |
| Hex | 36 | 0 | 9E | 42 | 64 | 0 | 26 | 105 | 64 | 1F |
| Octal | 66 | 0 | 236 | 102 | 144 | 0 | 46 | 405 | 144 | 37 |
| Binary | 110110 | 0 | 10011110 | 1000010 | 1100100 | 0 | 100110 | 100000101 | 1100100 | 11111 |
Color Harmonies of #36009E
Complementary color
Monochromatic Colors of #36009E
Black with #36009E
Text Example
Text Example
White with #36009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36009E; }
p { color: rgb(54,0,158); }
H1.HeaderClassName
{
color: #36009E;
}
.AnyTagClassName
{
color: #36009E;
}
</style>
background-color css
<style>
a { background-color: #36009E; }
a { background-color: rgb(54,0,158); }
div.DivClassName
{
background-color: #36009E;
}
.BgClassName
{
background-color: #36009E;
}
</style>
border-color css
<style>
span { border-color: #36009E; }
span { border-color: rgb(54,0,158); }
td.TdClassName
{
border-color: #36009E;
}
.TagClassName
{
border-color: #36009E;
}
</style>