Shades of Indigo #63037F
Tints of Indigo #63037F
RGB
CMYK
RGB Variations
Color information
#63037F (or 0x63037F) is known color: Indigo. HEX triplet: 63, 03 and 7F. RGB value is (99,3,127). Sum of RGB (Red+Green+Blue) = 99+3+127=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #63037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63037F is #9CFC80. Grayscale: #2D2D2D. Windows color (decimal): -10288257 or 8323939. OLE color: 8323939.
HSL color Cylindrical-coordinate representation of color #63037F: hue angle of 286.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63037F is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 3 | 127 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.50 |
| HSL | 286.45º | 0.95% | 0.25% | - |
| HSV(B) | 286.45º | 0.98% | 0.5% | - |
| XYZ | 9.01 | 4.25 | 20.42 | - |
| YUV | 45.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 127 | 0.22 | 0.98 | 0 | 0.50 | 286.45 | 0.95 | 0.25 |
| Hex | 63 | 3 | 7F | 16 | 62 | 0 | 32 | 11E | 5F | 19 |
| Octal | 143 | 3 | 177 | 26 | 142 | 0 | 62 | 436 | 137 | 31 |
| Binary | 1100011 | 11 | 1111111 | 10110 | 1100010 | 0 | 110010 | 100011110 | 1011111 | 11001 |
Color Harmonies of #63037F
Complementary color
Monochromatic Colors of #63037F
Black with #63037F
Text Example
Text Example
White with #63037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63037F; }
p { color: rgb(99,3,127); }
H1.HeaderClassName
{
color: #63037F;
}
.AnyTagClassName
{
color: #63037F;
}
</style>
background-color css
<style>
a { background-color: #63037F; }
a { background-color: rgb(99,3,127); }
div.DivClassName
{
background-color: #63037F;
}
.BgClassName
{
background-color: #63037F;
}
</style>
border-color css
<style>
span { border-color: #63037F; }
span { border-color: rgb(99,3,127); }
td.TdClassName
{
border-color: #63037F;
}
.TagClassName
{
border-color: #63037F;
}
</style>