#4A0E70

Color #4A0E70 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4A0E70

Tints of Indigo #4A0E70

Color information

#4A0E70 (or 0x4A0E70) is unknown color: approx Indigo. HEX triplet: 4A, 0E and 70. RGB value is (74,14,112). Sum of RGB (Red+Green+Blue) = 74+14+112=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A0E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0E70 is #B5F18F. Grayscale: #2A2A2A. Windows color (decimal): -11923856 or 7343690. OLE color: 7343690.

HSL color Cylindrical-coordinate representation of color #4A0E70: hue angle of 276.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A0E70 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7414112-
CMYK0.340.8800.56
HSL276.73º77.78%24.71%-
HSV(B)276.73º87.5%43.92%-
XYZ5.912.9415.59-
YUV43.11166.88150.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 14 (5.86% from 255) = 7%
BLUE value IS 112 (44.14% from 255) = 56%
R=37%
G=7%
B=56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74141120.340.8800.56276.7377.7824.71
Hex4AE7022580381154e19
Octal112161604213007042511631
Binary10010101110111000010001010110000111000100010101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A0E70; }

 p { color: rgb(74,14,112); }

 H1.HeaderClassName
 {
   color: #4A0E70;
 }
 .AnyTagClassName
 {
   color: #4A0E70;
 }
</style>
background-color css

<style>
 a { background-color: #4A0E70; }

 a { background-color: rgb(74,14,112); }

 div.DivClassName
 {
   background-color: #4A0E70;
 }
 .BgClassName
 {
   background-color: #4A0E70;
 }
</style>
border-color css

<style>
 span { border-color: #4A0E70; }

 span { border-color: rgb(74,14,112); }

 td.TdClassName
 {
   border-color: #4A0E70;
 }
 .TagClassName
 {
   border-color: #4A0E70;
 }
</style>