Shades of Indigo #63178B
Tints of Indigo #63178B
RGB
CMYK
RGB Variations
Color information
#63178B (or 0x63178B) is known color: Indigo. HEX triplet: 63, 17 and 8B. RGB value is (99,23,139). Sum of RGB (Red+Green+Blue) = 99+23+139=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #63178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63178B is #9CE874. Grayscale: #3A3A3A. Windows color (decimal): -10283125 or 9115491. OLE color: 9115491.
HSL color Cylindrical-coordinate representation of color #63178B: hue angle of 279.31º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63178B is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 23 | 139 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.45 |
| HSL | 279.31º | 0.72% | 0.32% | - |
| HSV(B) | 279.31º | 0.83% | 0.55% | - |
| XYZ | 10.11 | 5.13 | 24.88 | - |
| YUV | 58.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 139 | 0.29 | 0.83 | 0 | 0.45 | 279.31 | 0.72 | 0.32 |
| Hex | 63 | 17 | 8B | 1D | 53 | 0 | 2D | 117 | 48 | 20 |
| Octal | 143 | 27 | 213 | 35 | 123 | 0 | 55 | 427 | 110 | 40 |
| Binary | 1100011 | 10111 | 10001011 | 11101 | 1010011 | 0 | 101101 | 100010111 | 1001000 | 100000 |
Color Harmonies of #63178B
Complementary color
Monochromatic Colors of #63178B
Black with #63178B
Text Example
Text Example
White with #63178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63178B; }
p { color: rgb(99,23,139); }
H1.HeaderClassName
{
color: #63178B;
}
.AnyTagClassName
{
color: #63178B;
}
</style>
background-color css
<style>
a { background-color: #63178B; }
a { background-color: rgb(99,23,139); }
div.DivClassName
{
background-color: #63178B;
}
.BgClassName
{
background-color: #63178B;
}
</style>
border-color css
<style>
span { border-color: #63178B; }
span { border-color: rgb(99,23,139); }
td.TdClassName
{
border-color: #63178B;
}
.TagClassName
{
border-color: #63178B;
}
</style>