Html Css Color HEX #6405AB Indigo

📋 copy color: '#6405AB'

red 100 ◦ green 5 ◦ blue 171

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

Shades of Indigo #6405AB

Tints of Indigo #6405AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 36.23%
G = 1.81%
B = 61.96%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6405AB (or 0x6405AB) is known color: Indigo. HEX triplet: 64, 05 and AB. RGB value is (100,5,171). Sum of RGB (Red+Green+Blue) = 100+5+171=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #6405AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6405AB is #9BFA54. Grayscale: #333333. Windows color (decimal): -10222165 or 11208036. OLE color: 11208036.

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

Color convert

RGB 100 5 171 -
CMYK 0.42 0.97 0 0.33
HSL 274.34º 0.94% 0.35% -
HSV(B) 274.34º 0.97% 0.67% -
XYZ 12.66 5.76 38.97 -
YUV 52.33 194.97 162 -
System Red Green Blue C M Y K H S L
Decimal 100 5 171 0.42 0.97 0 0.33 274.34 0.94 0.35
Hex 64 5 AB 2A 61 0 21 112 5E 23
Octal 144 5 253 52 141 0 41 422 136 43
Binary 1100100 101 10101011 101010 1100001 0 100001 100010010 1011110 100011

Color Harmonies of #6405AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405AB

Black with #6405AB

Text Example


Text Example

White with #6405AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6405AB;
 }
 .AnyTagClassName
 {
   color: #6405AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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