#6403AC

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

Shades of Indigo #6403AC

Tints of Indigo #6403AC

Color information

#6403AC (or 0x6403AC) is unknown color: approx Indigo. HEX triplet: 64, 03 and AC. RGB value is (100,3,172). Sum of RGB (Red+Green+Blue) = 100+3+172=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #6403AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6403AC is #9BFC53. Grayscale: #323232. Windows color (decimal): -10222676 or 11273060. OLE color: 11273060.

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

Color convert

RGB1003172-
CMYK0.420.9800.33
HSL274.44º96.57%34.31%-
HSV(B)274.44º98.26%67.45%-
XYZ12.735.7539.47-
YUV51.27196.14162.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 172 (67.58% from 255) = 62.55%
R=36.36%
G=1.09%
B=62.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10031720.420.9800.33274.4496.5734.31
Hex643AC2A620211126122
Octal14432545214204142214142
Binary11001001110101100101010110001001000011000100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6403AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6403AC; }

 p { color: rgb(100,3,172); }

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

<style>
 a { background-color: #6403AC; }

 a { background-color: rgb(100,3,172); }

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

<style>
 span { border-color: #6403AC; }

 span { border-color: rgb(100,3,172); }

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