Shades of Indigo #63099C
Tints of Indigo #63099C
RGB
CMYK
RGB Variations
Color information
#63099C (or 0x63099C) is known color: Indigo. HEX triplet: 63, 09 and 9C. RGB value is (99,9,156). Sum of RGB (Red+Green+Blue) = 99+9+156=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #63099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63099C is #9CF663. Grayscale: #343434. Windows color (decimal): -10286692 or 10226019. OLE color: 10226019.
HSL color Cylindrical-coordinate representation of color #63099C: hue angle of 276.73º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63099C is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 9 | 156 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.39 |
| HSL | 276.73º | 0.89% | 0.32% | - |
| HSV(B) | 276.73º | 0.94% | 0.61% | - |
| XYZ | 11.24 | 5.25 | 31.87 | - |
| YUV | 52.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 156 | 0.37 | 0.94 | 0 | 0.39 | 276.73 | 0.89 | 0.32 |
| Hex | 63 | 9 | 9C | 25 | 5E | 0 | 27 | 115 | 59 | 20 |
| Octal | 143 | 11 | 234 | 45 | 136 | 0 | 47 | 425 | 131 | 40 |
| Binary | 1100011 | 1001 | 10011100 | 100101 | 1011110 | 0 | 100111 | 100010101 | 1011001 | 100000 |
Color Harmonies of #63099C
Complementary color
Monochromatic Colors of #63099C
Black with #63099C
Text Example
Text Example
White with #63099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63099C; }
p { color: rgb(99,9,156); }
H1.HeaderClassName
{
color: #63099C;
}
.AnyTagClassName
{
color: #63099C;
}
</style>
background-color css
<style>
a { background-color: #63099C; }
a { background-color: rgb(99,9,156); }
div.DivClassName
{
background-color: #63099C;
}
.BgClassName
{
background-color: #63099C;
}
</style>
border-color css
<style>
span { border-color: #63099C; }
span { border-color: rgb(99,9,156); }
td.TdClassName
{
border-color: #63099C;
}
.TagClassName
{
border-color: #63099C;
}
</style>