Shades of Indigo #420461
Tints of Indigo #420461
RGB
CMYK
RGB Variations
Color information
#420461 (or 0x420461) is known color: Indigo. HEX triplet: 42, 04 and 61. RGB value is (66,4,97). Sum of RGB (Red+Green+Blue) = 66+4+97=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #420461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420461 is #BDFB9E. Grayscale: #202020. Windows color (decimal): -12450719 or 6358082. OLE color: 6358082.
HSL color Cylindrical-coordinate representation of color #420461: hue angle of 280º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420461 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 4 | 97 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.62 |
| HSL | 280º | 0.92% | 0.2% | - |
| HSV(B) | 280º | 0.96% | 0.38% | - |
| XYZ | 4.45 | 2.11 | 11.48 | - |
| YUV | 33.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 97 | 0.32 | 0.96 | 0 | 0.62 | 280 | 0.92 | 0.2 |
| Hex | 42 | 4 | 61 | 20 | 60 | 0 | 3E | 118 | 5C | 14 |
| Octal | 102 | 4 | 141 | 40 | 140 | 0 | 76 | 430 | 134 | 24 |
| Binary | 1000010 | 100 | 1100001 | 100000 | 1100000 | 0 | 111110 | 100011000 | 1011100 | 10100 |
Color Harmonies of #420461
Complementary color
Monochromatic Colors of #420461
Black with #420461
Text Example
Text Example
White with #420461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420461; }
p { color: rgb(66,4,97); }
H1.HeaderClassName
{
color: #420461;
}
.AnyTagClassName
{
color: #420461;
}
</style>
background-color css
<style>
a { background-color: #420461; }
a { background-color: rgb(66,4,97); }
div.DivClassName
{
background-color: #420461;
}
.BgClassName
{
background-color: #420461;
}
</style>
border-color css
<style>
span { border-color: #420461; }
span { border-color: rgb(66,4,97); }
td.TdClassName
{
border-color: #420461;
}
.TagClassName
{
border-color: #420461;
}
</style>