Shades of Indigo #6312A0
Tints of Indigo #6312A0
RGB
CMYK
RGB Variations
Color information
#6312A0 (or 0x6312A0) is known color: Indigo. HEX triplet: 63, 12 and A0. RGB value is (99,18,160). Sum of RGB (Red+Green+Blue) = 99+18+160=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #6312A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6312A0 is #9CED5F. Grayscale: #393939. Windows color (decimal): -10284384 or 10490467. OLE color: 10490467.
HSL color Cylindrical-coordinate representation of color #6312A0: hue angle of 274.23º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6312A0 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 18 | 160 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.37 |
| HSL | 274.23º | 0.8% | 0.35% | - |
| HSV(B) | 274.23º | 0.89% | 0.63% | - |
| XYZ | 11.71 | 5.62 | 33.73 | - |
| YUV | 58.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 160 | 0.38 | 0.89 | 0 | 0.37 | 274.23 | 0.8 | 0.35 |
| Hex | 63 | 12 | A0 | 26 | 59 | 0 | 25 | 112 | 50 | 23 |
| Octal | 143 | 22 | 240 | 46 | 131 | 0 | 45 | 422 | 120 | 43 |
| Binary | 1100011 | 10010 | 10100000 | 100110 | 1011001 | 0 | 100101 | 100010010 | 1010000 | 100011 |
Color Harmonies of #6312A0
Complementary color
Monochromatic Colors of #6312A0
Black with #6312A0
Text Example
Text Example
White with #6312A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6312A0; }
p { color: rgb(99,18,160); }
H1.HeaderClassName
{
color: #6312A0;
}
.AnyTagClassName
{
color: #6312A0;
}
</style>
background-color css
<style>
a { background-color: #6312A0; }
a { background-color: rgb(99,18,160); }
div.DivClassName
{
background-color: #6312A0;
}
.BgClassName
{
background-color: #6312A0;
}
</style>
border-color css
<style>
span { border-color: #6312A0; }
span { border-color: rgb(99,18,160); }
td.TdClassName
{
border-color: #6312A0;
}
.TagClassName
{
border-color: #6312A0;
}
</style>