Shades of Indigo #63037E
Tints of Indigo #63037E
RGB
CMYK
RGB Variations
Color information
#63037E (or 0x63037E) is known color: Indigo. HEX triplet: 63, 03 and 7E. RGB value is (99,3,126). Sum of RGB (Red+Green+Blue) = 99+3+126=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #63037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63037E is #9CFC81. Grayscale: #2D2D2D. Windows color (decimal): -10288258 or 8258403. OLE color: 8258403.
HSL color Cylindrical-coordinate representation of color #63037E: hue angle of 286.83º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63037E is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 3 | 126 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.51 |
| HSL | 286.83º | 0.95% | 0.25% | - |
| HSV(B) | 286.83º | 0.98% | 0.49% | - |
| XYZ | 8.94 | 4.22 | 20.08 | - |
| YUV | 45.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 126 | 0.21 | 0.98 | 0 | 0.51 | 286.83 | 0.95 | 0.25 |
| Hex | 63 | 3 | 7E | 15 | 62 | 0 | 33 | 11F | 5F | 19 |
| Octal | 143 | 3 | 176 | 25 | 142 | 0 | 63 | 437 | 137 | 31 |
| Binary | 1100011 | 11 | 1111110 | 10101 | 1100010 | 0 | 110011 | 100011111 | 1011111 | 11001 |
Color Harmonies of #63037E
Complementary color
Monochromatic Colors of #63037E
Black with #63037E
Text Example
Text Example
White with #63037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63037E; }
p { color: rgb(99,3,126); }
H1.HeaderClassName
{
color: #63037E;
}
.AnyTagClassName
{
color: #63037E;
}
</style>
background-color css
<style>
a { background-color: #63037E; }
a { background-color: rgb(99,3,126); }
div.DivClassName
{
background-color: #63037E;
}
.BgClassName
{
background-color: #63037E;
}
</style>
border-color css
<style>
span { border-color: #63037E; }
span { border-color: rgb(99,3,126); }
td.TdClassName
{
border-color: #63037E;
}
.TagClassName
{
border-color: #63037E;
}
</style>