Shades of Indigo #42109B
Tints of Indigo #42109B
RGB
CMYK
RGB Variations
Color information
#42109B (or 0x42109B) is known color: Indigo. HEX triplet: 42, 10 and 9B. RGB value is (66,16,155). Sum of RGB (Red+Green+Blue) = 66+16+155=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #42109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42109B is #BDEF64. Grayscale: #2E2E2E. Windows color (decimal): -12447589 or 10162242. OLE color: 10162242.
HSL color Cylindrical-coordinate representation of color #42109B: hue angle of 261.58º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42109B is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 16 | 155 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.39 |
| HSL | 261.58º | 0.81% | 0.34% | - |
| HSV(B) | 261.58º | 0.9% | 0.61% | - |
| XYZ | 8.35 | 3.9 | 31.32 | - |
| YUV | 46.8 | 189.07 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 155 | 0.57 | 0.90 | 0 | 0.39 | 261.58 | 0.81 | 0.34 |
| Hex | 42 | 10 | 9B | 39 | 5A | 0 | 27 | 106 | 51 | 22 |
| Octal | 102 | 20 | 233 | 71 | 132 | 0 | 47 | 406 | 121 | 42 |
| Binary | 1000010 | 10000 | 10011011 | 111001 | 1011010 | 0 | 100111 | 100000110 | 1010001 | 100010 |
Color Harmonies of #42109B
Complementary color
Monochromatic Colors of #42109B
Black with #42109B
Text Example
Text Example
White with #42109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42109B; }
p { color: rgb(66,16,155); }
H1.HeaderClassName
{
color: #42109B;
}
.AnyTagClassName
{
color: #42109B;
}
</style>
background-color css
<style>
a { background-color: #42109B; }
a { background-color: rgb(66,16,155); }
div.DivClassName
{
background-color: #42109B;
}
.BgClassName
{
background-color: #42109B;
}
</style>
border-color css
<style>
span { border-color: #42109B; }
span { border-color: rgb(66,16,155); }
td.TdClassName
{
border-color: #42109B;
}
.TagClassName
{
border-color: #42109B;
}
</style>