Shades of Indigo #63157F
Tints of Indigo #63157F
RGB
CMYK
RGB Variations
Color information
#63157F (or 0x63157F) is known color: Indigo. HEX triplet: 63, 15 and 7F. RGB value is (99,21,127). Sum of RGB (Red+Green+Blue) = 99+21+127=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #63157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63157F is #9CEA80. Grayscale: #383838. Windows color (decimal): -10283649 or 8328547. OLE color: 8328547.
HSL color Cylindrical-coordinate representation of color #63157F: hue angle of 284.15º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63157F is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 21 | 127 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.50 |
| HSL | 284.15º | 0.72% | 0.29% | - |
| HSV(B) | 284.15º | 0.83% | 0.5% | - |
| XYZ | 9.24 | 4.72 | 20.5 | - |
| YUV | 56.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 127 | 0.22 | 0.83 | 0 | 0.50 | 284.15 | 0.72 | 0.29 |
| Hex | 63 | 15 | 7F | 16 | 53 | 0 | 32 | 11C | 48 | 1D |
| Octal | 143 | 25 | 177 | 26 | 123 | 0 | 62 | 434 | 110 | 35 |
| Binary | 1100011 | 10101 | 1111111 | 10110 | 1010011 | 0 | 110010 | 100011100 | 1001000 | 11101 |
Color Harmonies of #63157F
Complementary color
Monochromatic Colors of #63157F
Black with #63157F
Text Example
Text Example
White with #63157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63157F; }
p { color: rgb(99,21,127); }
H1.HeaderClassName
{
color: #63157F;
}
.AnyTagClassName
{
color: #63157F;
}
</style>
background-color css
<style>
a { background-color: #63157F; }
a { background-color: rgb(99,21,127); }
div.DivClassName
{
background-color: #63157F;
}
.BgClassName
{
background-color: #63157F;
}
</style>
border-color css
<style>
span { border-color: #63157F; }
span { border-color: rgb(99,21,127); }
td.TdClassName
{
border-color: #63157F;
}
.TagClassName
{
border-color: #63157F;
}
</style>