Shades of Indigo #63007B
Tints of Indigo #63007B
RGB
CMYK
RGB Variations
Color information
#63007B (or 0x63007B) is known color: Indigo. HEX triplet: 63, 00 and 7B. RGB value is (99,0,123). Sum of RGB (Red+Green+Blue) = 99+0+123=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #63007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63007B is #9CFF84. Grayscale: #2B2B2B. Windows color (decimal): -10289029 or 8061027. OLE color: 8061027.
HSL color Cylindrical-coordinate representation of color #63007B: hue angle of 288.29º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63007B is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 0 | 123 | - |
| CMYK | 0.20 | 1 | 0 | 0.52 |
| HSL | 288.29º | 1% | 0.24% | - |
| HSV(B) | 288.29º | 1% | 0.48% | - |
| XYZ | 8.72 | 4.08 | 19.07 | - |
| YUV | 43.62 | 172.8 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 123 | 0.20 | 1 | 0 | 0.52 | 288.29 | 1 | 0.24 |
| Hex | 63 | 0 | 7B | 14 | 64 | 0 | 34 | 120 | 64 | 18 |
| Octal | 143 | 0 | 173 | 24 | 144 | 0 | 64 | 440 | 144 | 30 |
| Binary | 1100011 | 0 | 1111011 | 10100 | 1100100 | 0 | 110100 | 100100000 | 1100100 | 11000 |
Color Harmonies of #63007B
Complementary color
Monochromatic Colors of #63007B
Black with #63007B
Text Example
Text Example
White with #63007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63007B; }
p { color: rgb(99,0,123); }
H1.HeaderClassName
{
color: #63007B;
}
.AnyTagClassName
{
color: #63007B;
}
</style>
background-color css
<style>
a { background-color: #63007B; }
a { background-color: rgb(99,0,123); }
div.DivClassName
{
background-color: #63007B;
}
.BgClassName
{
background-color: #63007B;
}
</style>
border-color css
<style>
span { border-color: #63007B; }
span { border-color: rgb(99,0,123); }
td.TdClassName
{
border-color: #63007B;
}
.TagClassName
{
border-color: #63007B;
}
</style>