Shades of Indigo #42038C
Tints of Indigo #42038C
RGB
CMYK
RGB Variations
Color information
#42038C (or 0x42038C) is known color: Indigo. HEX triplet: 42, 03 and 8C. RGB value is (66,3,140). Sum of RGB (Red+Green+Blue) = 66+3+140=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #42038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42038C is #BDFC73. Grayscale: #242424. Windows color (decimal): -12450932 or 9175874. OLE color: 9175874.
HSL color Cylindrical-coordinate representation of color #42038C: hue angle of 267.59º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42038C is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 3 | 140 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.45 |
| HSL | 267.59º | 0.96% | 0.28% | - |
| HSV(B) | 267.59º | 0.98% | 0.55% | - |
| XYZ | 7.01 | 3.12 | 25.04 | - |
| YUV | 37.46 | 185.87 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 140 | 0.53 | 0.98 | 0 | 0.45 | 267.59 | 0.96 | 0.28 |
| Hex | 42 | 3 | 8C | 35 | 62 | 0 | 2D | 10C | 60 | 1C |
| Octal | 102 | 3 | 214 | 65 | 142 | 0 | 55 | 414 | 140 | 34 |
| Binary | 1000010 | 11 | 10001100 | 110101 | 1100010 | 0 | 101101 | 100001100 | 1100000 | 11100 |
Color Harmonies of #42038C
Complementary color
Monochromatic Colors of #42038C
Black with #42038C
Text Example
Text Example
White with #42038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42038C; }
p { color: rgb(66,3,140); }
H1.HeaderClassName
{
color: #42038C;
}
.AnyTagClassName
{
color: #42038C;
}
</style>
background-color css
<style>
a { background-color: #42038C; }
a { background-color: rgb(66,3,140); }
div.DivClassName
{
background-color: #42038C;
}
.BgClassName
{
background-color: #42038C;
}
</style>
border-color css
<style>
span { border-color: #42038C; }
span { border-color: rgb(66,3,140); }
td.TdClassName
{
border-color: #42038C;
}
.TagClassName
{
border-color: #42038C;
}
</style>