Shades of Indigo #63019C
Tints of Indigo #63019C
RGB
CMYK
RGB Variations
Color information
#63019C (or 0x63019C) is known color: Indigo. HEX triplet: 63, 01 and 9C. RGB value is (99,1,156). Sum of RGB (Red+Green+Blue) = 99+1+156=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #63019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63019C is #9CFE63. Grayscale: #2F2F2F. Windows color (decimal): -10288740 or 10223971. OLE color: 10223971.
HSL color Cylindrical-coordinate representation of color #63019C: hue angle of 277.94º 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 #63019C is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 1 | 156 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.39 |
| HSL | 277.94º | 0.99% | 0.31% | - |
| HSV(B) | 277.94º | 0.99% | 0.61% | - |
| XYZ | 11.16 | 5.07 | 31.84 | - |
| YUV | 47.97 | 188.97 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 156 | 0.37 | 0.99 | 0 | 0.39 | 277.94 | 0.99 | 0.31 |
| Hex | 63 | 1 | 9C | 25 | 63 | 0 | 27 | 116 | 63 | 1F |
| Octal | 143 | 1 | 234 | 45 | 143 | 0 | 47 | 426 | 143 | 37 |
| Binary | 1100011 | 1 | 10011100 | 100101 | 1100011 | 0 | 100111 | 100010110 | 1100011 | 11111 |
Color Harmonies of #63019C
Complementary color
Monochromatic Colors of #63019C
Black with #63019C
Text Example
Text Example
White with #63019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63019C; }
p { color: rgb(99,1,156); }
H1.HeaderClassName
{
color: #63019C;
}
.AnyTagClassName
{
color: #63019C;
}
</style>
background-color css
<style>
a { background-color: #63019C; }
a { background-color: rgb(99,1,156); }
div.DivClassName
{
background-color: #63019C;
}
.BgClassName
{
background-color: #63019C;
}
</style>
border-color css
<style>
span { border-color: #63019C; }
span { border-color: rgb(99,1,156); }
td.TdClassName
{
border-color: #63019C;
}
.TagClassName
{
border-color: #63019C;
}
</style>