Shades of Indigo #63027B
Tints of Indigo #63027B
RGB
CMYK
RGB Variations
Color information
#63027B (or 0x63027B) is known color: Indigo. HEX triplet: 63, 02 and 7B. RGB value is (99,2,123). Sum of RGB (Red+Green+Blue) = 99+2+123=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #63027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63027B is #9CFD84. Grayscale: #2C2C2C. Windows color (decimal): -10288517 or 8061539. OLE color: 8061539.
HSL color Cylindrical-coordinate representation of color #63027B: hue angle of 288.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63027B is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 2 | 123 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.52 |
| HSL | 288.1º | 0.97% | 0.25% | - |
| HSV(B) | 288.1º | 0.98% | 0.48% | - |
| XYZ | 8.74 | 4.13 | 19.07 | - |
| YUV | 44.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 123 | 0.20 | 0.98 | 0 | 0.52 | 288.1 | 0.97 | 0.25 |
| Hex | 63 | 2 | 7B | 14 | 62 | 0 | 34 | 120 | 61 | 19 |
| Octal | 143 | 2 | 173 | 24 | 142 | 0 | 64 | 440 | 141 | 31 |
| Binary | 1100011 | 10 | 1111011 | 10100 | 1100010 | 0 | 110100 | 100100000 | 1100001 | 11001 |
Color Harmonies of #63027B
Complementary color
Monochromatic Colors of #63027B
Black with #63027B
Text Example
Text Example
White with #63027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63027B; }
p { color: rgb(99,2,123); }
H1.HeaderClassName
{
color: #63027B;
}
.AnyTagClassName
{
color: #63027B;
}
</style>
background-color css
<style>
a { background-color: #63027B; }
a { background-color: rgb(99,2,123); }
div.DivClassName
{
background-color: #63027B;
}
.BgClassName
{
background-color: #63027B;
}
</style>
border-color css
<style>
span { border-color: #63027B; }
span { border-color: rgb(99,2,123); }
td.TdClassName
{
border-color: #63027B;
}
.TagClassName
{
border-color: #63027B;
}
</style>