#6400AB

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

Shades of Indigo #6400AB

Tints of Indigo #6400AB

Color information

#6400AB (or 0x6400AB) is unknown color: approx Indigo. HEX triplet: 64, 00 and AB. RGB value is (100,0,171). Sum of RGB (Red+Green+Blue) = 100+0+171=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #6400AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6400AB is #9BFF54. Grayscale: #303030. Windows color (decimal): -10223445 or 11206756. OLE color: 11206756.

HSL color Cylindrical-coordinate representation of color #6400AB: hue angle of 275.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400AB is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1000171-
CMYK0.42100.33
HSL275.09º100%33.53%-
HSV(B)275.09º100%67.06%-
XYZ12.615.6538.95-
YUV49.39196.63164.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=36.90%
G=0%
B=63.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10001710.42100.33275.0910033.53
Hex640AB2A640211136422
Octal14402535214404142314442
Binary1100100010101011101010110010001000011000100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6400AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6400AB; }

 p { color: rgb(100,0,171); }

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

<style>
 a { background-color: #6400AB; }

 a { background-color: rgb(100,0,171); }

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

<style>
 span { border-color: #6400AB; }

 span { border-color: rgb(100,0,171); }

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