#4204AD

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

Shades of Indigo #4204AD

Tints of Indigo #4204AD

Color information

#4204AD (or 0x4204AD) is unknown color: approx Indigo. HEX triplet: 42, 04 and AD. RGB value is (66,4,173). Sum of RGB (Red+Green+Blue) = 66+4+173=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #4204AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4204AD is #BDFB52. Grayscale: #292929. Windows color (decimal): -12450643 or 11338818. OLE color: 11338818.

HSL color Cylindrical-coordinate representation of color #4204AD: hue angle of 262.01º degrees, saturation: 0.95, 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 #4204AD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB664173-
CMYK0.620.9800.32
HSL262.01º95.48%34.71%-
HSV(B)262.01º97.69%67.84%-
XYZ9.834.2639.84-
YUV41.8202.04145.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 173 (67.97% from 255) = 71.19%
R=27.16%
G=1.65%
B=71.19%

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
Decimal6641730.620.9800.32262.0195.4834.71
Hex424AD3E620201065f23
Octal10242557614204040613743
Binary100001010010101101111110110001001000001000001101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4204AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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