Shades of Indigo #63159C
Tints of Indigo #63159C
RGB
CMYK
RGB Variations
Color information
#63159C (or 0x63159C) is known color: Indigo. HEX triplet: 63, 15 and 9C. RGB value is (99,21,156). Sum of RGB (Red+Green+Blue) = 99+21+156=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #63159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63159C is #9CEA63. Grayscale: #3B3B3B. Windows color (decimal): -10283620 or 10229091. OLE color: 10229091.
HSL color Cylindrical-coordinate representation of color #63159C: hue angle of 274.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63159C is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 21 | 156 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.39 |
| HSL | 274.67º | 0.76% | 0.35% | - |
| HSV(B) | 274.67º | 0.87% | 0.61% | - |
| XYZ | 11.41 | 5.59 | 31.93 | - |
| YUV | 59.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 156 | 0.37 | 0.87 | 0 | 0.39 | 274.67 | 0.76 | 0.35 |
| Hex | 63 | 15 | 9C | 25 | 57 | 0 | 27 | 113 | 4C | 23 |
| Octal | 143 | 25 | 234 | 45 | 127 | 0 | 47 | 423 | 114 | 43 |
| Binary | 1100011 | 10101 | 10011100 | 100101 | 1010111 | 0 | 100111 | 100010011 | 1001100 | 100011 |
Color Harmonies of #63159C
Complementary color
Monochromatic Colors of #63159C
Black with #63159C
Text Example
Text Example
White with #63159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63159C; }
p { color: rgb(99,21,156); }
H1.HeaderClassName
{
color: #63159C;
}
.AnyTagClassName
{
color: #63159C;
}
</style>
background-color css
<style>
a { background-color: #63159C; }
a { background-color: rgb(99,21,156); }
div.DivClassName
{
background-color: #63159C;
}
.BgClassName
{
background-color: #63159C;
}
</style>
border-color css
<style>
span { border-color: #63159C; }
span { border-color: rgb(99,21,156); }
td.TdClassName
{
border-color: #63159C;
}
.TagClassName
{
border-color: #63159C;
}
</style>