Shades of Indigo #6302AB
Tints of Indigo #6302AB
RGB
CMYK
RGB Variations
Color information
#6302AB (or 0x6302AB) is known color: Indigo. HEX triplet: 63, 02 and AB. RGB value is (99,2,171). Sum of RGB (Red+Green+Blue) = 99+2+171=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #6302AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6302AB is #9CFD54. Grayscale: #313131. Windows color (decimal): -10288469 or 11207267. OLE color: 11207267.
HSL color Cylindrical-coordinate representation of color #6302AB: hue angle of 274.44º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302AB is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 2 | 171 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.33 |
| HSL | 274.44º | 0.98% | 0.34% | - |
| HSV(B) | 274.44º | 0.99% | 0.67% | - |
| XYZ | 12.52 | 5.64 | 38.96 | - |
| YUV | 50.27 | 196.14 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 171 | 0.42 | 0.99 | 0 | 0.33 | 274.44 | 0.98 | 0.34 |
| Hex | 63 | 2 | AB | 2A | 63 | 0 | 21 | 112 | 62 | 22 |
| Octal | 143 | 2 | 253 | 52 | 143 | 0 | 41 | 422 | 142 | 42 |
| Binary | 1100011 | 10 | 10101011 | 101010 | 1100011 | 0 | 100001 | 100010010 | 1100010 | 100010 |
Color Harmonies of #6302AB
Complementary color
Monochromatic Colors of #6302AB
Black with #6302AB
Text Example
Text Example
White with #6302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302AB; }
p { color: rgb(99,2,171); }
H1.HeaderClassName
{
color: #6302AB;
}
.AnyTagClassName
{
color: #6302AB;
}
</style>
background-color css
<style>
a { background-color: #6302AB; }
a { background-color: rgb(99,2,171); }
div.DivClassName
{
background-color: #6302AB;
}
.BgClassName
{
background-color: #6302AB;
}
</style>
border-color css
<style>
span { border-color: #6302AB; }
span { border-color: rgb(99,2,171); }
td.TdClassName
{
border-color: #6302AB;
}
.TagClassName
{
border-color: #6302AB;
}
</style>