Shades of Indigo #63099A
Tints of Indigo #63099A
RGB
CMYK
RGB Variations
Color information
#63099A (or 0x63099A) is known color: Indigo. HEX triplet: 63, 09 and 9A. RGB value is (99,9,154). Sum of RGB (Red+Green+Blue) = 99+9+154=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #63099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63099A is #9CF665. Grayscale: #333333. Windows color (decimal): -10286694 or 10094947. OLE color: 10094947.
HSL color Cylindrical-coordinate representation of color #63099A: hue angle of 277.24º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63099A is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 9 | 154 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.40 |
| HSL | 277.24º | 0.89% | 0.32% | - |
| HSV(B) | 277.24º | 0.94% | 0.6% | - |
| XYZ | 11.08 | 5.18 | 30.99 | - |
| YUV | 52.44 | 185.32 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 154 | 0.36 | 0.94 | 0 | 0.40 | 277.24 | 0.89 | 0.32 |
| Hex | 63 | 9 | 9A | 24 | 5E | 0 | 28 | 115 | 59 | 20 |
| Octal | 143 | 11 | 232 | 44 | 136 | 0 | 50 | 425 | 131 | 40 |
| Binary | 1100011 | 1001 | 10011010 | 100100 | 1011110 | 0 | 101000 | 100010101 | 1011001 | 100000 |
Color Harmonies of #63099A
Complementary color
Monochromatic Colors of #63099A
Black with #63099A
Text Example
Text Example
White with #63099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63099A; }
p { color: rgb(99,9,154); }
H1.HeaderClassName
{
color: #63099A;
}
.AnyTagClassName
{
color: #63099A;
}
</style>
background-color css
<style>
a { background-color: #63099A; }
a { background-color: rgb(99,9,154); }
div.DivClassName
{
background-color: #63099A;
}
.BgClassName
{
background-color: #63099A;
}
</style>
border-color css
<style>
span { border-color: #63099A; }
span { border-color: rgb(99,9,154); }
td.TdClassName
{
border-color: #63099A;
}
.TagClassName
{
border-color: #63099A;
}
</style>