Shades of Indigo #6B039C
Tints of Indigo #6B039C
RGB
CMYK
RGB Variations
Color information
#6B039C (or 0x6B039C) is known color: Indigo. HEX triplet: 6B, 03 and 9C. RGB value is (107,3,156). Sum of RGB (Red+Green+Blue) = 107+3+156=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B039C is #94FC63. Grayscale: #333333. Windows color (decimal): -9763940 or 10224491. OLE color: 10224491.
HSL color Cylindrical-coordinate representation of color #6B039C: hue angle of 280.78º 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 #6B039C is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 3 | 156 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.39 |
| HSL | 280.78º | 0.96% | 0.31% | - |
| HSV(B) | 280.78º | 0.98% | 0.61% | - |
| XYZ | 12.1 | 5.59 | 31.89 | - |
| YUV | 51.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 156 | 0.31 | 0.98 | 0 | 0.39 | 280.78 | 0.96 | 0.31 |
| Hex | 6B | 3 | 9C | 1F | 62 | 0 | 27 | 119 | 60 | 1F |
| Octal | 153 | 3 | 234 | 37 | 142 | 0 | 47 | 431 | 140 | 37 |
| Binary | 1101011 | 11 | 10011100 | 11111 | 1100010 | 0 | 100111 | 100011001 | 1100000 | 11111 |
Color Harmonies of #6B039C
Complementary color
Monochromatic Colors of #6B039C
Black with #6B039C
Text Example
Text Example
White with #6B039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B039C; }
p { color: rgb(107,3,156); }
H1.HeaderClassName
{
color: #6B039C;
}
.AnyTagClassName
{
color: #6B039C;
}
</style>
background-color css
<style>
a { background-color: #6B039C; }
a { background-color: rgb(107,3,156); }
div.DivClassName
{
background-color: #6B039C;
}
.BgClassName
{
background-color: #6B039C;
}
</style>
border-color css
<style>
span { border-color: #6B039C; }
span { border-color: rgb(107,3,156); }
td.TdClassName
{
border-color: #6B039C;
}
.TagClassName
{
border-color: #6B039C;
}
</style>