#4A06A4

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

Shades of Indigo #4A06A4

Tints of Indigo #4A06A4

Color information

#4A06A4 (or 0x4A06A4) is unknown color: approx Indigo. HEX triplet: 4A, 06 and A4. RGB value is (74,6,164). Sum of RGB (Red+Green+Blue) = 74+6+164=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #4A06A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A06A4 is #B5F95B. Grayscale: #2B2B2B. Windows color (decimal): -11925852 or 10749514. OLE color: 10749514.

HSL color Cylindrical-coordinate representation of color #4A06A4: hue angle of 265.82º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A06A4 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB746164-
CMYK0.550.9600.36
HSL265.82º92.94%33.33%-
HSV(B)265.82º96.34%64.31%-
XYZ9.594.2735.44-
YUV44.34195.53149.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.33%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 164 (64.45% from 255) = 67.21%
R=30.33%
G=2.46%
B=67.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7461640.550.9600.36265.8292.9433.33
Hex4A6A4376002410a5d21
Octal11262446714004441213541
Binary100101011010100100110111110000001001001000010101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A06A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,6,164); }

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

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

 a { background-color: rgb(74,6,164); }

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

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

 span { border-color: rgb(74,6,164); }

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