Shades of Indigo #6B039D
Tints of Indigo #6B039D
RGB
CMYK
RGB Variations
Color information
#6B039D (or 0x6B039D) is known color: Indigo. HEX triplet: 6B, 03 and 9D. RGB value is (107,3,157). Sum of RGB (Red+Green+Blue) = 107+3+157=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B039D is #94FC62. Grayscale: #333333. Windows color (decimal): -9763939 or 10290027. OLE color: 10290027.
HSL color Cylindrical-coordinate representation of color #6B039D: hue angle of 280.52º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B039D is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 3 | 157 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.38 |
| HSL | 280.52º | 0.96% | 0.31% | - |
| HSV(B) | 280.52º | 0.98% | 0.62% | - |
| XYZ | 12.18 | 5.63 | 32.34 | - |
| YUV | 51.65 | 187.46 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 157 | 0.32 | 0.98 | 0 | 0.38 | 280.52 | 0.96 | 0.31 |
| Hex | 6B | 3 | 9D | 20 | 62 | 0 | 26 | 119 | 60 | 1F |
| Octal | 153 | 3 | 235 | 40 | 142 | 0 | 46 | 431 | 140 | 37 |
| Binary | 1101011 | 11 | 10011101 | 100000 | 1100010 | 0 | 100110 | 100011001 | 1100000 | 11111 |
Color Harmonies of #6B039D
Complementary color
Monochromatic Colors of #6B039D
Black with #6B039D
Text Example
Text Example
White with #6B039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B039D; }
p { color: rgb(107,3,157); }
H1.HeaderClassName
{
color: #6B039D;
}
.AnyTagClassName
{
color: #6B039D;
}
</style>
background-color css
<style>
a { background-color: #6B039D; }
a { background-color: rgb(107,3,157); }
div.DivClassName
{
background-color: #6B039D;
}
.BgClassName
{
background-color: #6B039D;
}
</style>
border-color css
<style>
span { border-color: #6B039D; }
span { border-color: rgb(107,3,157); }
td.TdClassName
{
border-color: #6B039D;
}
.TagClassName
{
border-color: #6B039D;
}
</style>