Shades of Indigo #420384
Tints of Indigo #420384
RGB
CMYK
RGB Variations
Color information
#420384 (or 0x420384) is known color: Indigo. HEX triplet: 42, 03 and 84. RGB value is (66,3,132). Sum of RGB (Red+Green+Blue) = 66+3+132=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #420384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420384 is #BDFC7B. Grayscale: #242424. Windows color (decimal): -12450940 or 8651586. OLE color: 8651586.
HSL color Cylindrical-coordinate representation of color #420384: hue angle of 269.3º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420384 is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 3 | 132 | - |
| CMYK | 0.5 | 0.98 | 0 | 0.48 |
| HSL | 269.3º | 0.96% | 0.26% | - |
| HSV(B) | 269.3º | 0.98% | 0.52% | - |
| XYZ | 6.44 | 2.89 | 22.05 | - |
| YUV | 36.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 132 | 0.5 | 0.98 | 0 | 0.48 | 269.3 | 0.96 | 0.26 |
| Hex | 42 | 3 | 84 | 32 | 62 | 0 | 30 | 10D | 60 | 1A |
| Octal | 102 | 3 | 204 | 62 | 142 | 0 | 60 | 415 | 140 | 32 |
| Binary | 1000010 | 11 | 10000100 | 110010 | 1100010 | 0 | 110000 | 100001101 | 1100000 | 11010 |
Color Harmonies of #420384
Complementary color
Monochromatic Colors of #420384
Black with #420384
Text Example
Text Example
White with #420384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420384; }
p { color: rgb(66,3,132); }
H1.HeaderClassName
{
color: #420384;
}
.AnyTagClassName
{
color: #420384;
}
</style>
background-color css
<style>
a { background-color: #420384; }
a { background-color: rgb(66,3,132); }
div.DivClassName
{
background-color: #420384;
}
.BgClassName
{
background-color: #420384;
}
</style>
border-color css
<style>
span { border-color: #420384; }
span { border-color: rgb(66,3,132); }
td.TdClassName
{
border-color: #420384;
}
.TagClassName
{
border-color: #420384;
}
</style>