Shades of Indigo #63109B
Tints of Indigo #63109B
RGB
CMYK
RGB Variations
Color information
#63109B (or 0x63109B) is known color: Indigo. HEX triplet: 63, 10 and 9B. RGB value is (99,16,155). Sum of RGB (Red+Green+Blue) = 99+16+155=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #63109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63109B is #9CEF64. Grayscale: #383838. Windows color (decimal): -10284901 or 10162275. OLE color: 10162275.
HSL color Cylindrical-coordinate representation of color #63109B: hue angle of 275.83º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63109B is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 16 | 155 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.39 |
| HSL | 275.83º | 0.81% | 0.34% | - |
| HSV(B) | 275.83º | 0.9% | 0.61% | - |
| XYZ | 11.25 | 5.39 | 31.46 | - |
| YUV | 56.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 155 | 0.36 | 0.90 | 0 | 0.39 | 275.83 | 0.81 | 0.34 |
| Hex | 63 | 10 | 9B | 24 | 5A | 0 | 27 | 114 | 51 | 22 |
| Octal | 143 | 20 | 233 | 44 | 132 | 0 | 47 | 424 | 121 | 42 |
| Binary | 1100011 | 10000 | 10011011 | 100100 | 1011010 | 0 | 100111 | 100010100 | 1010001 | 100010 |
Color Harmonies of #63109B
Complementary color
Monochromatic Colors of #63109B
Black with #63109B
Text Example
Text Example
White with #63109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63109B; }
p { color: rgb(99,16,155); }
H1.HeaderClassName
{
color: #63109B;
}
.AnyTagClassName
{
color: #63109B;
}
</style>
background-color css
<style>
a { background-color: #63109B; }
a { background-color: rgb(99,16,155); }
div.DivClassName
{
background-color: #63109B;
}
.BgClassName
{
background-color: #63109B;
}
</style>
border-color css
<style>
span { border-color: #63109B; }
span { border-color: rgb(99,16,155); }
td.TdClassName
{
border-color: #63109B;
}
.TagClassName
{
border-color: #63109B;
}
</style>