Shades of Indigo #4902A4
Tints of Indigo #4902A4
RGB
CMYK
RGB Variations
Color information
#4902A4 (or 0x4902A4) is known color: Indigo. HEX triplet: 49, 02 and A4. RGB value is (73,2,164). Sum of RGB (Red+Green+Blue) = 73+2+164=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #4902A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4902A4 is #B6FD5B. Grayscale: #292929. Windows color (decimal): -11992412 or 10748489. OLE color: 10748489.
HSL color Cylindrical-coordinate representation of color #4902A4: hue angle of 266.3º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902A4 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 2 | 164 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.36 |
| HSL | 266.3º | 0.98% | 0.33% | - |
| HSV(B) | 266.3º | 0.99% | 0.64% | - |
| XYZ | 9.47 | 4.14 | 35.42 | - |
| YUV | 41.7 | 197.02 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 164 | 0.55 | 0.99 | 0 | 0.36 | 266.3 | 0.98 | 0.33 |
| Hex | 49 | 2 | A4 | 37 | 63 | 0 | 24 | 10A | 62 | 21 |
| Octal | 111 | 2 | 244 | 67 | 143 | 0 | 44 | 412 | 142 | 41 |
| Binary | 1001001 | 10 | 10100100 | 110111 | 1100011 | 0 | 100100 | 100001010 | 1100010 | 100001 |
Color Harmonies of #4902A4
Complementary color
Monochromatic Colors of #4902A4
Black with #4902A4
Text Example
Text Example
White with #4902A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4902A4; }
p { color: rgb(73,2,164); }
H1.HeaderClassName
{
color: #4902A4;
}
.AnyTagClassName
{
color: #4902A4;
}
</style>
background-color css
<style>
a { background-color: #4902A4; }
a { background-color: rgb(73,2,164); }
div.DivClassName
{
background-color: #4902A4;
}
.BgClassName
{
background-color: #4902A4;
}
</style>
border-color css
<style>
span { border-color: #4902A4; }
span { border-color: rgb(73,2,164); }
td.TdClassName
{
border-color: #4902A4;
}
.TagClassName
{
border-color: #4902A4;
}
</style>