Shades of Indigo #6C039B
Tints of Indigo #6C039B
RGB
CMYK
RGB Variations
Color information
#6C039B (or 0x6C039B) is known color: Indigo. HEX triplet: 6C, 03 and 9B. RGB value is (108,3,155). Sum of RGB (Red+Green+Blue) = 108+3+155=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C039B is #93FC64. Grayscale: #333333. Windows color (decimal): -9698405 or 10158956. OLE color: 10158956.
HSL color Cylindrical-coordinate representation of color #6C039B: hue angle of 281.45º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C039B is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 3 | 155 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.39 |
| HSL | 281.45º | 0.96% | 0.31% | - |
| HSV(B) | 281.45º | 0.98% | 0.61% | - |
| XYZ | 12.13 | 5.62 | 31.46 | - |
| YUV | 51.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 155 | 0.30 | 0.98 | 0 | 0.39 | 281.45 | 0.96 | 0.31 |
| Hex | 6C | 3 | 9B | 1E | 62 | 0 | 27 | 119 | 60 | 1F |
| Octal | 154 | 3 | 233 | 36 | 142 | 0 | 47 | 431 | 140 | 37 |
| Binary | 1101100 | 11 | 10011011 | 11110 | 1100010 | 0 | 100111 | 100011001 | 1100000 | 11111 |
Color Harmonies of #6C039B
Complementary color
Monochromatic Colors of #6C039B
Black with #6C039B
Text Example
Text Example
White with #6C039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C039B; }
p { color: rgb(108,3,155); }
H1.HeaderClassName
{
color: #6C039B;
}
.AnyTagClassName
{
color: #6C039B;
}
</style>
background-color css
<style>
a { background-color: #6C039B; }
a { background-color: rgb(108,3,155); }
div.DivClassName
{
background-color: #6C039B;
}
.BgClassName
{
background-color: #6C039B;
}
</style>
border-color css
<style>
span { border-color: #6C039B; }
span { border-color: rgb(108,3,155); }
td.TdClassName
{
border-color: #6C039B;
}
.TagClassName
{
border-color: #6C039B;
}
</style>