Shades of Indigo #63118B
Tints of Indigo #63118B
RGB
CMYK
RGB Variations
Color information
#63118B (or 0x63118B) is known color: Indigo. HEX triplet: 63, 11 and 8B. RGB value is (99,17,139). Sum of RGB (Red+Green+Blue) = 99+17+139=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #63118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63118B is #9CEE74. Grayscale: #373737. Windows color (decimal): -10284661 or 9113955. OLE color: 9113955.
HSL color Cylindrical-coordinate representation of color #63118B: hue angle of 280.33º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63118B is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 17 | 139 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.45 |
| HSL | 280.33º | 0.78% | 0.31% | - |
| HSV(B) | 280.33º | 0.88% | 0.55% | - |
| XYZ | 10.01 | 4.92 | 24.85 | - |
| YUV | 55.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 139 | 0.29 | 0.88 | 0 | 0.45 | 280.33 | 0.78 | 0.31 |
| Hex | 63 | 11 | 8B | 1D | 58 | 0 | 2D | 118 | 4E | 1F |
| Octal | 143 | 21 | 213 | 35 | 130 | 0 | 55 | 430 | 116 | 37 |
| Binary | 1100011 | 10001 | 10001011 | 11101 | 1011000 | 0 | 101101 | 100011000 | 1001110 | 11111 |
Color Harmonies of #63118B
Complementary color
Monochromatic Colors of #63118B
Black with #63118B
Text Example
Text Example
White with #63118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63118B; }
p { color: rgb(99,17,139); }
H1.HeaderClassName
{
color: #63118B;
}
.AnyTagClassName
{
color: #63118B;
}
</style>
background-color css
<style>
a { background-color: #63118B; }
a { background-color: rgb(99,17,139); }
div.DivClassName
{
background-color: #63118B;
}
.BgClassName
{
background-color: #63118B;
}
</style>
border-color css
<style>
span { border-color: #63118B; }
span { border-color: rgb(99,17,139); }
td.TdClassName
{
border-color: #63118B;
}
.TagClassName
{
border-color: #63118B;
}
</style>