Html Css Color HEX #6501AA Indigo

📋 copy color: '#6501AA'

red 101 ◦ green 1 ◦ blue 170

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

Shades of Indigo #6501AA

Tints of Indigo #6501AA

RGB

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

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

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

R = 37.13%
G = 0.37%
B = 62.5%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6501AA (or 0x6501AA) is known color: Indigo. HEX triplet: 65, 01 and AA. RGB value is (101,1,170). Sum of RGB (Red+Green+Blue) = 101+1+170=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #6501AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6501AA is #9AFE55. Grayscale: #313131. Windows color (decimal): -10157654 or 11141477. OLE color: 11141477.

HSL color Cylindrical-coordinate representation of color #6501AA: hue angle of 275.5º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6501AA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 1 170 -
CMYK 0.41 0.99 0 0.33
HSL 275.5º 0.99% 0.34% -
HSV(B) 275.5º 0.99% 0.67% -
XYZ 12.63 5.69 38.46 -
YUV 50.17 195.63 164.26 -
System Red Green Blue C M Y K H S L
Decimal 101 1 170 0.41 0.99 0 0.33 275.5 0.99 0.34
Hex 65 1 AA 29 63 0 21 114 63 22
Octal 145 1 252 51 143 0 41 424 143 42
Binary 1100101 1 10101010 101001 1100011 0 100001 100010100 1100011 100010

Color Harmonies of #6501AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501AA

Black with #6501AA

Text Example


Text Example

White with #6501AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,1,170); }

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

background-color css

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

 a { background-color: rgb(101,1,170); }

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

border-color css

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

 span { border-color: rgb(101,1,170); }

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