Shades of Indigo #4A0384
Tints of Indigo #4A0384
RGB
CMYK
RGB Variations
Color information
#4A0384 (or 0x4A0384) is known color: Indigo. HEX triplet: 4A, 03 and 84. RGB value is (74,3,132). Sum of RGB (Red+Green+Blue) = 74+3+132=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A0384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0384 is #B5FC7B. Grayscale: #262626. Windows color (decimal): -11926652 or 8651594. OLE color: 8651594.
HSL color Cylindrical-coordinate representation of color #4A0384: hue angle of 273.02º 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 #4A0384 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 3 | 132 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.48 |
| HSL | 273.02º | 0.96% | 0.26% | - |
| HSV(B) | 273.02º | 0.98% | 0.52% | - |
| XYZ | 7.02 | 3.19 | 22.07 | - |
| YUV | 38.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 132 | 0.44 | 0.98 | 0 | 0.48 | 273.02 | 0.96 | 0.26 |
| Hex | 4A | 3 | 84 | 2C | 62 | 0 | 30 | 111 | 60 | 1A |
| Octal | 112 | 3 | 204 | 54 | 142 | 0 | 60 | 421 | 140 | 32 |
| Binary | 1001010 | 11 | 10000100 | 101100 | 1100010 | 0 | 110000 | 100010001 | 1100000 | 11010 |
Color Harmonies of #4A0384
Complementary color
Monochromatic Colors of #4A0384
Black with #4A0384
Text Example
Text Example
White with #4A0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0384; }
p { color: rgb(74,3,132); }
H1.HeaderClassName
{
color: #4A0384;
}
.AnyTagClassName
{
color: #4A0384;
}
</style>
background-color css
<style>
a { background-color: #4A0384; }
a { background-color: rgb(74,3,132); }
div.DivClassName
{
background-color: #4A0384;
}
.BgClassName
{
background-color: #4A0384;
}
</style>
border-color css
<style>
span { border-color: #4A0384; }
span { border-color: rgb(74,3,132); }
td.TdClassName
{
border-color: #4A0384;
}
.TagClassName
{
border-color: #4A0384;
}
</style>