Shades of Indigo #63107B
Tints of Indigo #63107B
RGB
CMYK
RGB Variations
Color information
#63107B (or 0x63107B) is known color: Indigo. HEX triplet: 63, 10 and 7B. RGB value is (99,16,123). Sum of RGB (Red+Green+Blue) = 99+16+123=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #63107B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63107B is #9CEF84. Grayscale: #343434. Windows color (decimal): -10284933 or 8065123. OLE color: 8065123.
HSL color Cylindrical-coordinate representation of color #63107B: hue angle of 286.54º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63107B is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 16 | 123 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.52 |
| HSL | 286.54º | 0.77% | 0.27% | - |
| HSV(B) | 286.54º | 0.87% | 0.48% | - |
| XYZ | 8.91 | 4.45 | 19.13 | - |
| YUV | 53.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 123 | 0.20 | 0.87 | 0 | 0.52 | 286.54 | 0.77 | 0.27 |
| Hex | 63 | 10 | 7B | 14 | 57 | 0 | 34 | 11F | 4D | 1B |
| Octal | 143 | 20 | 173 | 24 | 127 | 0 | 64 | 437 | 115 | 33 |
| Binary | 1100011 | 10000 | 1111011 | 10100 | 1010111 | 0 | 110100 | 100011111 | 1001101 | 11011 |
Color Harmonies of #63107B
Complementary color
Monochromatic Colors of #63107B
Black with #63107B
Text Example
Text Example
White with #63107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63107B; }
p { color: rgb(99,16,123); }
H1.HeaderClassName
{
color: #63107B;
}
.AnyTagClassName
{
color: #63107B;
}
</style>
background-color css
<style>
a { background-color: #63107B; }
a { background-color: rgb(99,16,123); }
div.DivClassName
{
background-color: #63107B;
}
.BgClassName
{
background-color: #63107B;
}
</style>
border-color css
<style>
span { border-color: #63107B; }
span { border-color: rgb(99,16,123); }
td.TdClassName
{
border-color: #63107B;
}
.TagClassName
{
border-color: #63107B;
}
</style>