Shades of Indigo #63177F
Tints of Indigo #63177F
RGB
CMYK
RGB Variations
Color information
#63177F (or 0x63177F) is known color: Indigo. HEX triplet: 63, 17 and 7F. RGB value is (99,23,127). Sum of RGB (Red+Green+Blue) = 99+23+127=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #63177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63177F is #9CE880. Grayscale: #393939. Windows color (decimal): -10283137 or 8329059. OLE color: 8329059.
HSL color Cylindrical-coordinate representation of color #63177F: hue angle of 283.85º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63177F is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 23 | 127 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.50 |
| HSL | 283.85º | 0.69% | 0.29% | - |
| HSV(B) | 283.85º | 0.82% | 0.5% | - |
| XYZ | 9.28 | 4.8 | 20.52 | - |
| YUV | 57.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 127 | 0.22 | 0.82 | 0 | 0.50 | 283.85 | 0.69 | 0.29 |
| Hex | 63 | 17 | 7F | 16 | 52 | 0 | 32 | 11C | 45 | 1D |
| Octal | 143 | 27 | 177 | 26 | 122 | 0 | 62 | 434 | 105 | 35 |
| Binary | 1100011 | 10111 | 1111111 | 10110 | 1010010 | 0 | 110010 | 100011100 | 1000101 | 11101 |
Color Harmonies of #63177F
Complementary color
Monochromatic Colors of #63177F
Black with #63177F
Text Example
Text Example
White with #63177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63177F; }
p { color: rgb(99,23,127); }
H1.HeaderClassName
{
color: #63177F;
}
.AnyTagClassName
{
color: #63177F;
}
</style>
background-color css
<style>
a { background-color: #63177F; }
a { background-color: rgb(99,23,127); }
div.DivClassName
{
background-color: #63177F;
}
.BgClassName
{
background-color: #63177F;
}
</style>
border-color css
<style>
span { border-color: #63177F; }
span { border-color: rgb(99,23,127); }
td.TdClassName
{
border-color: #63177F;
}
.TagClassName
{
border-color: #63177F;
}
</style>