Html Css Color HEX #6401AE Indigo

📋 copy color: '#6401AE'

red 100 ◦ green 1 ◦ blue 174

#6401AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #6401AE

Tints of Indigo #6401AE

RGB

 RED value IS 100 (39.45% from 255) = 36.36%

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 174 (68.36% from 255) = 63.27%

R = 36.36%
G = 0.36%
B = 63.27%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6401AE (or 0x6401AE) is known color: Indigo. HEX triplet: 64, 01 and AE. RGB value is (100,1,174). Sum of RGB (Red+Green+Blue) = 100+1+174=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #6401AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6401AE is #9BFE51. Grayscale: #313131. Windows color (decimal): -10223186 or 11403620. OLE color: 11403620.

HSL color Cylindrical-coordinate representation of color #6401AE: hue angle of 274.34º 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 #6401AE is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 1 174 -
CMYK 0.43 0.99 0 0.32
HSL 274.34º 0.99% 0.34% -
HSV(B) 274.34º 0.99% 0.68% -
XYZ 12.91 5.79 40.48 -
YUV 50.32 197.8 163.43 -
System Red Green Blue C M Y K H S L
Decimal 100 1 174 0.43 0.99 0 0.32 274.34 0.99 0.34
Hex 64 1 AE 2B 63 0 20 112 63 22
Octal 144 1 256 53 143 0 40 422 143 42
Binary 1100100 1 10101110 101011 1100011 0 100000 100010010 1100011 100010

Color Harmonies of #6401AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6401AE

Black with #6401AE

Text Example


Text Example

White with #6401AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6401AE;
 }
 .AnyTagClassName
 {
   color: #6401AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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