#6401AD

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

Shades of Indigo #6401AD

Tints of Indigo #6401AD

Color information

#6401AD (or 0x6401AD) is unknown color: approx Indigo. HEX triplet: 64, 01 and AD. RGB value is (100,1,173). Sum of RGB (Red+Green+Blue) = 100+1+173=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #6401AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6401AD is #9BFE52. Grayscale: #313131. Windows color (decimal): -10223187 or 11338084. OLE color: 11338084.

HSL color Cylindrical-coordinate representation of color #6401AD: hue angle of 274.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6401AD is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1001173-
CMYK0.420.9900.32
HSL274.53º98.85%34.12%-
HSV(B)274.53º99.42%67.84%-
XYZ12.815.7539.97-
YUV50.21197.3163.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.50%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 173 (67.97% from 255) = 63.14%
R=36.50%
G=0.36%
B=63.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10011730.420.9900.32274.5398.8534.12
Hex641AD2A630201136322
Octal14412555214304042314342
Binary1100100110101101101010110001101000001000100111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6401AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,1,173); }

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

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

 a { background-color: rgb(100,1,173); }

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

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

 span { border-color: rgb(100,1,173); }

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