Shades of Indigo #63137B
Tints of Indigo #63137B
RGB
CMYK
RGB Variations
Color information
#63137B (or 0x63137B) is known color: Indigo. HEX triplet: 63, 13 and 7B. RGB value is (99,19,123). Sum of RGB (Red+Green+Blue) = 99+19+123=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #63137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63137B is #9CEC84. Grayscale: #363636. Windows color (decimal): -10284165 or 8065891. OLE color: 8065891.
HSL color Cylindrical-coordinate representation of color #63137B: hue angle of 286.15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63137B is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 19 | 123 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.52 |
| HSL | 286.15º | 0.73% | 0.28% | - |
| HSV(B) | 286.15º | 0.85% | 0.48% | - |
| XYZ | 8.95 | 4.55 | 19.14 | - |
| YUV | 54.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 123 | 0.20 | 0.85 | 0 | 0.52 | 286.15 | 0.73 | 0.28 |
| Hex | 63 | 13 | 7B | 14 | 55 | 0 | 34 | 11E | 49 | 1C |
| Octal | 143 | 23 | 173 | 24 | 125 | 0 | 64 | 436 | 111 | 34 |
| Binary | 1100011 | 10011 | 1111011 | 10100 | 1010101 | 0 | 110100 | 100011110 | 1001001 | 11100 |
Color Harmonies of #63137B
Complementary color
Monochromatic Colors of #63137B
Black with #63137B
Text Example
Text Example
White with #63137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63137B; }
p { color: rgb(99,19,123); }
H1.HeaderClassName
{
color: #63137B;
}
.AnyTagClassName
{
color: #63137B;
}
</style>
background-color css
<style>
a { background-color: #63137B; }
a { background-color: rgb(99,19,123); }
div.DivClassName
{
background-color: #63137B;
}
.BgClassName
{
background-color: #63137B;
}
</style>
border-color css
<style>
span { border-color: #63137B; }
span { border-color: rgb(99,19,123); }
td.TdClassName
{
border-color: #63137B;
}
.TagClassName
{
border-color: #63137B;
}
</style>