Html Css Color HEX #6500AE Indigo

📋 copy color: '#6500AE'

red 101 ◦ green 0 ◦ blue 174

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

Shades of Indigo #6500AE

Tints of Indigo #6500AE

RGB

 RED value IS 101 (39.84% from 255) = 36.73%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.73%
G = 0%
B = 63.27%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6500AE (or 0x6500AE) is known color: Indigo. HEX triplet: 65, 00 and AE. RGB value is (101,0,174). Sum of RGB (Red+Green+Blue) = 101+0+174=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 0 (0.39% from 255 or 0% 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 #6500AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6500AE is #9AFF51. Grayscale: #313131. Windows color (decimal): -10157906 or 11403365. OLE color: 11403365.

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

Color convert

RGB 101 0 174 -
CMYK 0.42 1 0 0.32
HSL 274.83º 1% 0.34% -
HSV(B) 274.83º 1% 0.68% -
XYZ 13.01 5.82 40.48 -
YUV 50.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 101 0 174 0.42 1 0 0.32 274.83 1 0.34
Hex 65 0 AE 2A 64 0 20 113 64 22
Octal 145 0 256 52 144 0 40 423 144 42
Binary 1100101 0 10101110 101010 1100100 0 100000 100010011 1100100 100010

Color Harmonies of #6500AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6500AE

Black with #6500AE

Text Example


Text Example

White with #6500AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,0,174); }

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

background-color css

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

 a { background-color: rgb(101,0,174); }

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

border-color css

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

 span { border-color: rgb(101,0,174); }

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