Shades of Indigo #42096A
Tints of Indigo #42096A
RGB
CMYK
RGB Variations
Color information
#42096A (or 0x42096A) is known color: Indigo. HEX triplet: 42, 09 and 6A. RGB value is (66,9,106). Sum of RGB (Red+Green+Blue) = 66+9+106=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #42096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42096A is #BDF695. Grayscale: #242424. Windows color (decimal): -12449430 or 6949186. OLE color: 6949186.
HSL color Cylindrical-coordinate representation of color #42096A: hue angle of 275.26º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42096A is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 9 | 106 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.58 |
| HSL | 275.26º | 0.84% | 0.23% | - |
| HSV(B) | 275.26º | 0.92% | 0.42% | - |
| XYZ | 4.95 | 2.39 | 13.84 | - |
| YUV | 37.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 106 | 0.38 | 0.92 | 0 | 0.58 | 275.26 | 0.84 | 0.23 |
| Hex | 42 | 9 | 6A | 26 | 5C | 0 | 3A | 113 | 54 | 17 |
| Octal | 102 | 11 | 152 | 46 | 134 | 0 | 72 | 423 | 124 | 27 |
| Binary | 1000010 | 1001 | 1101010 | 100110 | 1011100 | 0 | 111010 | 100010011 | 1010100 | 10111 |
Color Harmonies of #42096A
Complementary color
Monochromatic Colors of #42096A
Black with #42096A
Text Example
Text Example
White with #42096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42096A; }
p { color: rgb(66,9,106); }
H1.HeaderClassName
{
color: #42096A;
}
.AnyTagClassName
{
color: #42096A;
}
</style>
background-color css
<style>
a { background-color: #42096A; }
a { background-color: rgb(66,9,106); }
div.DivClassName
{
background-color: #42096A;
}
.BgClassName
{
background-color: #42096A;
}
</style>
border-color css
<style>
span { border-color: #42096A; }
span { border-color: rgb(66,9,106); }
td.TdClassName
{
border-color: #42096A;
}
.TagClassName
{
border-color: #42096A;
}
</style>