Shades of Indigo #63159D
Tints of Indigo #63159D
RGB
CMYK
RGB Variations
Color information
#63159D (or 0x63159D) is known color: Indigo. HEX triplet: 63, 15 and 9D. RGB value is (99,21,157). Sum of RGB (Red+Green+Blue) = 99+21+157=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #63159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63159D is #9CEA62. Grayscale: #3B3B3B. Windows color (decimal): -10283619 or 10294627. OLE color: 10294627.
HSL color Cylindrical-coordinate representation of color #63159D: hue angle of 274.41º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63159D is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 21 | 157 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.38 |
| HSL | 274.41º | 0.76% | 0.35% | - |
| HSV(B) | 274.41º | 0.87% | 0.62% | - |
| XYZ | 11.5 | 5.62 | 32.38 | - |
| YUV | 59.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 157 | 0.37 | 0.87 | 0 | 0.38 | 274.41 | 0.76 | 0.35 |
| Hex | 63 | 15 | 9D | 25 | 57 | 0 | 26 | 112 | 4C | 23 |
| Octal | 143 | 25 | 235 | 45 | 127 | 0 | 46 | 422 | 114 | 43 |
| Binary | 1100011 | 10101 | 10011101 | 100101 | 1010111 | 0 | 100110 | 100010010 | 1001100 | 100011 |
Color Harmonies of #63159D
Complementary color
Monochromatic Colors of #63159D
Black with #63159D
Text Example
Text Example
White with #63159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63159D; }
p { color: rgb(99,21,157); }
H1.HeaderClassName
{
color: #63159D;
}
.AnyTagClassName
{
color: #63159D;
}
</style>
background-color css
<style>
a { background-color: #63159D; }
a { background-color: rgb(99,21,157); }
div.DivClassName
{
background-color: #63159D;
}
.BgClassName
{
background-color: #63159D;
}
</style>
border-color css
<style>
span { border-color: #63159D; }
span { border-color: rgb(99,21,157); }
td.TdClassName
{
border-color: #63159D;
}
.TagClassName
{
border-color: #63159D;
}
</style>