Shades of Indigo #63067E
Tints of Indigo #63067E
RGB
CMYK
RGB Variations
Color information
#63067E (or 0x63067E) is known color: Indigo. HEX triplet: 63, 06 and 7E. RGB value is (99,6,126). Sum of RGB (Red+Green+Blue) = 99+6+126=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #63067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63067E is #9CF981. Grayscale: #2F2F2F. Windows color (decimal): -10287490 or 8259171. OLE color: 8259171.
HSL color Cylindrical-coordinate representation of color #63067E: hue angle of 286.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63067E is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 6 | 126 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.51 |
| HSL | 286.5º | 0.91% | 0.26% | - |
| HSV(B) | 286.5º | 0.95% | 0.49% | - |
| XYZ | 8.98 | 4.29 | 20.09 | - |
| YUV | 47.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 126 | 0.21 | 0.95 | 0 | 0.51 | 286.5 | 0.91 | 0.26 |
| Hex | 63 | 6 | 7E | 15 | 5F | 0 | 33 | 11E | 5B | 1A |
| Octal | 143 | 6 | 176 | 25 | 137 | 0 | 63 | 436 | 133 | 32 |
| Binary | 1100011 | 110 | 1111110 | 10101 | 1011111 | 0 | 110011 | 100011110 | 1011011 | 11010 |
Color Harmonies of #63067E
Complementary color
Monochromatic Colors of #63067E
Black with #63067E
Text Example
Text Example
White with #63067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63067E; }
p { color: rgb(99,6,126); }
H1.HeaderClassName
{
color: #63067E;
}
.AnyTagClassName
{
color: #63067E;
}
</style>
background-color css
<style>
a { background-color: #63067E; }
a { background-color: rgb(99,6,126); }
div.DivClassName
{
background-color: #63067E;
}
.BgClassName
{
background-color: #63067E;
}
</style>
border-color css
<style>
span { border-color: #63067E; }
span { border-color: rgb(99,6,126); }
td.TdClassName
{
border-color: #63067E;
}
.TagClassName
{
border-color: #63067E;
}
</style>