#4204AE

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

Shades of Indigo #4204AE

Tints of Indigo #4204AE

Color information

#4204AE (or 0x4204AE) is unknown color: approx Indigo. HEX triplet: 42, 04 and AE. RGB value is (66,4,174). Sum of RGB (Red+Green+Blue) = 66+4+174=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #4204AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4204AE is #BDFB51. Grayscale: #292929. Windows color (decimal): -12450642 or 11404354. OLE color: 11404354.

HSL color Cylindrical-coordinate representation of color #4204AE: hue angle of 261.88º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4204AE is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB664174-
CMYK0.620.9800.32
HSL261.88º95.51%34.9%-
HSV(B)261.88º97.7%68.24%-
XYZ9.934.340.35-
YUV41.92202.54145.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 4 (1.95% from 255) = 1.64%
BLUE value IS 174 (68.36% from 255) = 71.31%
R=27.05%
G=1.64%
B=71.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6641740.620.9800.32261.8895.5134.9
Hex424AE3E620201066023
Octal10242567614204040614043
Binary100001010010101110111110110001001000001000001101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4204AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4204AE; }

 p { color: rgb(66,4,174); }

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

<style>
 a { background-color: #4204AE; }

 a { background-color: rgb(66,4,174); }

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

<style>
 span { border-color: #4204AE; }

 span { border-color: rgb(66,4,174); }

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