Shades of Indigo #63128B
Tints of Indigo #63128B
RGB
CMYK
RGB Variations
Color information
#63128B (or 0x63128B) is known color: Indigo. HEX triplet: 63, 12 and 8B. RGB value is (99,18,139). Sum of RGB (Red+Green+Blue) = 99+18+139=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #63128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63128B is #9CED74. Grayscale: #373737. Windows color (decimal): -10284405 or 9114211. OLE color: 9114211.
HSL color Cylindrical-coordinate representation of color #63128B: hue angle of 280.17º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63128B is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 18 | 139 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.45 |
| HSL | 280.17º | 0.77% | 0.31% | - |
| HSV(B) | 280.17º | 0.87% | 0.55% | - |
| XYZ | 10.02 | 4.95 | 24.85 | - |
| YUV | 56.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 139 | 0.29 | 0.87 | 0 | 0.45 | 280.17 | 0.77 | 0.31 |
| Hex | 63 | 12 | 8B | 1D | 57 | 0 | 2D | 118 | 4D | 1F |
| Octal | 143 | 22 | 213 | 35 | 127 | 0 | 55 | 430 | 115 | 37 |
| Binary | 1100011 | 10010 | 10001011 | 11101 | 1010111 | 0 | 101101 | 100011000 | 1001101 | 11111 |
Color Harmonies of #63128B
Complementary color
Monochromatic Colors of #63128B
Black with #63128B
Text Example
Text Example
White with #63128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63128B; }
p { color: rgb(99,18,139); }
H1.HeaderClassName
{
color: #63128B;
}
.AnyTagClassName
{
color: #63128B;
}
</style>
background-color css
<style>
a { background-color: #63128B; }
a { background-color: rgb(99,18,139); }
div.DivClassName
{
background-color: #63128B;
}
.BgClassName
{
background-color: #63128B;
}
</style>
border-color css
<style>
span { border-color: #63128B; }
span { border-color: rgb(99,18,139); }
td.TdClassName
{
border-color: #63128B;
}
.TagClassName
{
border-color: #63128B;
}
</style>