Html Css Color HEX #6403AA Indigo

📋 copy color: '#6403AA'

red 100 ◦ green 3 ◦ blue 170

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

Shades of Indigo #6403AA

Tints of Indigo #6403AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 170 (66.8% from 255) = 62.27%

R = 36.63%
G = 1.1%
B = 62.27%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6403AA (or 0x6403AA) is known color: Indigo. HEX triplet: 64, 03 and AA. RGB value is (100,3,170). Sum of RGB (Red+Green+Blue) = 100+3+170=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #6403AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6403AA is #9BFC55. Grayscale: #323232. Windows color (decimal): -10222678 or 11141988. OLE color: 11141988.

HSL color Cylindrical-coordinate representation of color #6403AA: hue angle of 274.85º 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 #6403AA is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 3 170 -
CMYK 0.41 0.98 0 0.33
HSL 274.85º 0.97% 0.34% -
HSV(B) 274.85º 0.98% 0.67% -
XYZ 12.54 5.68 38.46 -
YUV 51.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 100 3 170 0.41 0.98 0 0.33 274.85 0.97 0.34
Hex 64 3 AA 29 62 0 21 113 61 22
Octal 144 3 252 51 142 0 41 423 141 42
Binary 1100100 11 10101010 101001 1100010 0 100001 100010011 1100001 100010

Color Harmonies of #6403AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403AA

Black with #6403AA

Text Example


Text Example

White with #6403AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6403AA;
 }
 .AnyTagClassName
 {
   color: #6403AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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