Shades of Indigo #63077C
Tints of Indigo #63077C
RGB
CMYK
RGB Variations
Color information
#63077C (or 0x63077C) is known color: Indigo. HEX triplet: 63, 07 and 7C. RGB value is (99,7,124). Sum of RGB (Red+Green+Blue) = 99+7+124=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #63077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63077C is #9CF883. Grayscale: #2F2F2F. Windows color (decimal): -10287236 or 8128355. OLE color: 8128355.
HSL color Cylindrical-coordinate representation of color #63077C: hue angle of 287.18º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63077C is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 7 | 124 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.51 |
| HSL | 287.18º | 0.89% | 0.26% | - |
| HSV(B) | 287.18º | 0.94% | 0.49% | - |
| XYZ | 8.86 | 4.26 | 19.42 | - |
| YUV | 47.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 124 | 0.20 | 0.94 | 0 | 0.51 | 287.18 | 0.89 | 0.26 |
| Hex | 63 | 7 | 7C | 14 | 5E | 0 | 33 | 11F | 59 | 1A |
| Octal | 143 | 7 | 174 | 24 | 136 | 0 | 63 | 437 | 131 | 32 |
| Binary | 1100011 | 111 | 1111100 | 10100 | 1011110 | 0 | 110011 | 100011111 | 1011001 | 11010 |
Color Harmonies of #63077C
Complementary color
Monochromatic Colors of #63077C
Black with #63077C
Text Example
Text Example
White with #63077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63077C; }
p { color: rgb(99,7,124); }
H1.HeaderClassName
{
color: #63077C;
}
.AnyTagClassName
{
color: #63077C;
}
</style>
background-color css
<style>
a { background-color: #63077C; }
a { background-color: rgb(99,7,124); }
div.DivClassName
{
background-color: #63077C;
}
.BgClassName
{
background-color: #63077C;
}
</style>
border-color css
<style>
span { border-color: #63077C; }
span { border-color: rgb(99,7,124); }
td.TdClassName
{
border-color: #63077C;
}
.TagClassName
{
border-color: #63077C;
}
</style>