Shades of Indigo #63057F
Tints of Indigo #63057F
RGB
CMYK
RGB Variations
Color information
#63057F (or 0x63057F) is known color: Indigo. HEX triplet: 63, 05 and 7F. RGB value is (99,5,127). Sum of RGB (Red+Green+Blue) = 99+5+127=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #63057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63057F is #9CFA80. Grayscale: #2E2E2E. Windows color (decimal): -10287745 or 8324451. OLE color: 8324451.
HSL color Cylindrical-coordinate representation of color #63057F: hue angle of 286.23º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63057F is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 5 | 127 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.50 |
| HSL | 286.23º | 0.92% | 0.26% | - |
| HSV(B) | 286.23º | 0.96% | 0.5% | - |
| XYZ | 9.03 | 4.29 | 20.43 | - |
| YUV | 47.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 127 | 0.22 | 0.96 | 0 | 0.50 | 286.23 | 0.92 | 0.26 |
| Hex | 63 | 5 | 7F | 16 | 60 | 0 | 32 | 11E | 5C | 1A |
| Octal | 143 | 5 | 177 | 26 | 140 | 0 | 62 | 436 | 134 | 32 |
| Binary | 1100011 | 101 | 1111111 | 10110 | 1100000 | 0 | 110010 | 100011110 | 1011100 | 11010 |
Color Harmonies of #63057F
Complementary color
Monochromatic Colors of #63057F
Black with #63057F
Text Example
Text Example
White with #63057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63057F; }
p { color: rgb(99,5,127); }
H1.HeaderClassName
{
color: #63057F;
}
.AnyTagClassName
{
color: #63057F;
}
</style>
background-color css
<style>
a { background-color: #63057F; }
a { background-color: rgb(99,5,127); }
div.DivClassName
{
background-color: #63057F;
}
.BgClassName
{
background-color: #63057F;
}
</style>
border-color css
<style>
span { border-color: #63057F; }
span { border-color: rgb(99,5,127); }
td.TdClassName
{
border-color: #63057F;
}
.TagClassName
{
border-color: #63057F;
}
</style>