#6404A4

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

Shades of Indigo #6404A4

Tints of Indigo #6404A4

Color information

#6404A4 (or 0x6404A4) is unknown color: approx Indigo. HEX triplet: 64, 04 and A4. RGB value is (100,4,164). Sum of RGB (Red+Green+Blue) = 100+4+164=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #6404A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6404A4 is #9BFB5B. Grayscale: #323232. Windows color (decimal): -10222428 or 10749028. OLE color: 10749028.

HSL color Cylindrical-coordinate representation of color #6404A4: hue angle of 276º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404A4 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1004164-
CMYK0.390.9800.36
HSL276º95.24%32.94%-
HSV(B)276º97.56%64.31%-
XYZ125.4835.55-
YUV50.94191.8162.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 164 (64.45% from 255) = 61.19%
R=37.31%
G=1.49%
B=61.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10041640.390.9800.3627695.2432.94
Hex644A427620241145f21
Octal14442444714204442413741
Binary110010010010100100100111110001001001001000101001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6404A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6404A4; }

 p { color: rgb(100,4,164); }

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

<style>
 a { background-color: #6404A4; }

 a { background-color: rgb(100,4,164); }

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

<style>
 span { border-color: #6404A4; }

 span { border-color: rgb(100,4,164); }

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