Shades of Indigo #63097C
Tints of Indigo #63097C
RGB
CMYK
RGB Variations
Color information
#63097C (or 0x63097C) is known color: Indigo. HEX triplet: 63, 09 and 7C. RGB value is (99,9,124). Sum of RGB (Red+Green+Blue) = 99+9+124=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #63097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63097C is #9CF683. Grayscale: #303030. Windows color (decimal): -10286724 or 8128867. OLE color: 8128867.
HSL color Cylindrical-coordinate representation of color #63097C: hue angle of 286.96º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63097C is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 9 | 124 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.51 |
| HSL | 286.96º | 0.86% | 0.26% | - |
| HSV(B) | 286.96º | 0.93% | 0.49% | - |
| XYZ | 8.88 | 4.3 | 19.43 | - |
| YUV | 49.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 124 | 0.20 | 0.93 | 0 | 0.51 | 286.96 | 0.86 | 0.26 |
| Hex | 63 | 9 | 7C | 14 | 5D | 0 | 33 | 11F | 56 | 1A |
| Octal | 143 | 11 | 174 | 24 | 135 | 0 | 63 | 437 | 126 | 32 |
| Binary | 1100011 | 1001 | 1111100 | 10100 | 1011101 | 0 | 110011 | 100011111 | 1010110 | 11010 |
Color Harmonies of #63097C
Complementary color
Monochromatic Colors of #63097C
Black with #63097C
Text Example
Text Example
White with #63097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63097C; }
p { color: rgb(99,9,124); }
H1.HeaderClassName
{
color: #63097C;
}
.AnyTagClassName
{
color: #63097C;
}
</style>
background-color css
<style>
a { background-color: #63097C; }
a { background-color: rgb(99,9,124); }
div.DivClassName
{
background-color: #63097C;
}
.BgClassName
{
background-color: #63097C;
}
</style>
border-color css
<style>
span { border-color: #63097C; }
span { border-color: rgb(99,9,124); }
td.TdClassName
{
border-color: #63097C;
}
.TagClassName
{
border-color: #63097C;
}
</style>