Shades of Indigo #63087F
Tints of Indigo #63087F
RGB
CMYK
RGB Variations
Color information
#63087F (or 0x63087F) is known color: Indigo. HEX triplet: 63, 08 and 7F. RGB value is (99,8,127). Sum of RGB (Red+Green+Blue) = 99+8+127=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #63087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63087F is #9CF780. Grayscale: #303030. Windows color (decimal): -10286977 or 8325219. OLE color: 8325219.
HSL color Cylindrical-coordinate representation of color #63087F: hue angle of 285.88º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63087F is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 8 | 127 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.50 |
| HSL | 285.88º | 0.88% | 0.26% | - |
| HSV(B) | 285.88º | 0.94% | 0.5% | - |
| XYZ | 9.06 | 4.36 | 20.44 | - |
| YUV | 48.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 127 | 0.22 | 0.94 | 0 | 0.50 | 285.88 | 0.88 | 0.26 |
| Hex | 63 | 8 | 7F | 16 | 5E | 0 | 32 | 11E | 58 | 1A |
| Octal | 143 | 10 | 177 | 26 | 136 | 0 | 62 | 436 | 130 | 32 |
| Binary | 1100011 | 1000 | 1111111 | 10110 | 1011110 | 0 | 110010 | 100011110 | 1011000 | 11010 |
Color Harmonies of #63087F
Complementary color
Monochromatic Colors of #63087F
Black with #63087F
Text Example
Text Example
White with #63087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63087F; }
p { color: rgb(99,8,127); }
H1.HeaderClassName
{
color: #63087F;
}
.AnyTagClassName
{
color: #63087F;
}
</style>
background-color css
<style>
a { background-color: #63087F; }
a { background-color: rgb(99,8,127); }
div.DivClassName
{
background-color: #63087F;
}
.BgClassName
{
background-color: #63087F;
}
</style>
border-color css
<style>
span { border-color: #63087F; }
span { border-color: rgb(99,8,127); }
td.TdClassName
{
border-color: #63087F;
}
.TagClassName
{
border-color: #63087F;
}
</style>