#6404A7

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

Shades of Indigo #6404A7

Tints of Indigo #6404A7

Color information

#6404A7 (or 0x6404A7) is unknown color: approx Indigo. HEX triplet: 64, 04 and A7. RGB value is (100,4,167). Sum of RGB (Red+Green+Blue) = 100+4+167=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 167 (65.62% from 255 or 61.62% from 271); Max value from RGB is 167 - color contains mainly: blue. Hex color #6404A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6404A7 is #9BFB58. Grayscale: #323232. Windows color (decimal): -10222425 or 10945636. OLE color: 10945636.

HSL color Cylindrical-coordinate representation of color #6404A7: hue angle of 275.34º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404A7 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1004167-
CMYK0.400.9800.35
HSL275.34º95.32%33.53%-
HSV(B)275.34º97.6%65.49%-
XYZ12.275.5936.99-
YUV51.29193.3162.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 167 (65.62% from 255) = 61.62%
R=36.90%
G=1.48%
B=61.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10041670.400.9800.35275.3495.3233.53
Hex644A728620231135f22
Octal14442475014204342313742
Binary110010010010100111101000110001001000111000100111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6404A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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