#4A027A

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

Shades of Indigo #4A027A

Tints of Indigo #4A027A

Color information

#4A027A (or 0x4A027A) is unknown color: approx Indigo. HEX triplet: 4A, 02 and 7A. RGB value is (74,2,122). Sum of RGB (Red+Green+Blue) = 74+2+122=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A027A is #B5FD85. Grayscale: #242424. Windows color (decimal): -11926918 or 7995978. OLE color: 7995978.

HSL color Cylindrical-coordinate representation of color #4A027A: hue angle of 276º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A027A is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB742122-
CMYK0.390.9800.52
HSL276º96.77%24.31%-
HSV(B)276º98.36%47.84%-
XYZ6.362.918.64-
YUV37.21175.85154.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.37%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 122 (48.05% from 255) = 61.62%
R=37.37%
G=1.01%
B=61.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7421220.390.9800.5227696.7724.31
Hex4A27A27620341146118
Octal11221724714206442414130
Binary100101010111101010011111000100110100100010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,2,122); }

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

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

 a { background-color: rgb(74,2,122); }

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

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

 span { border-color: rgb(74,2,122); }

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