Shades of Indigo #63009E
Tints of Indigo #63009E
RGB
CMYK
RGB Variations
Color information
#63009E (or 0x63009E) is known color: Indigo. HEX triplet: 63, 00 and 9E. RGB value is (99,0,158). Sum of RGB (Red+Green+Blue) = 99+0+158=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #63009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63009E is #9CFF61. Grayscale: #2F2F2F. Windows color (decimal): -10288994 or 10354787. OLE color: 10354787.
HSL color Cylindrical-coordinate representation of color #63009E: hue angle of 277.59º 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 #63009E is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 0 | 158 | - |
| CMYK | 0.37 | 1 | 0 | 0.38 |
| HSL | 277.59º | 1% | 0.31% | - |
| HSV(B) | 277.59º | 1% | 0.62% | - |
| XYZ | 11.32 | 5.12 | 32.74 | - |
| YUV | 47.61 | 190.3 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 158 | 0.37 | 1 | 0 | 0.38 | 277.59 | 1 | 0.31 |
| Hex | 63 | 0 | 9E | 25 | 64 | 0 | 26 | 116 | 64 | 1F |
| Octal | 143 | 0 | 236 | 45 | 144 | 0 | 46 | 426 | 144 | 37 |
| Binary | 1100011 | 0 | 10011110 | 100101 | 1100100 | 0 | 100110 | 100010110 | 1100100 | 11111 |
Color Harmonies of #63009E
Complementary color
Monochromatic Colors of #63009E
Black with #63009E
Text Example
Text Example
White with #63009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63009E; }
p { color: rgb(99,0,158); }
H1.HeaderClassName
{
color: #63009E;
}
.AnyTagClassName
{
color: #63009E;
}
</style>
background-color css
<style>
a { background-color: #63009E; }
a { background-color: rgb(99,0,158); }
div.DivClassName
{
background-color: #63009E;
}
.BgClassName
{
background-color: #63009E;
}
</style>
border-color css
<style>
span { border-color: #63009E; }
span { border-color: rgb(99,0,158); }
td.TdClassName
{
border-color: #63009E;
}
.TagClassName
{
border-color: #63009E;
}
</style>