Html Css Color HEX #650AA0 Indigo

📋 copy color: '#650AA0'

red 101 ◦ green 10 ◦ blue 160

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

Shades of Indigo #650AA0

Tints of Indigo #650AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.69%

 BLUE value IS 160 (62.89% from 255) = 59.04%

R = 37.27%
G = 3.69%
B = 59.04%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#650AA0 (or 0x650AA0) is known color: Indigo. HEX triplet: 65, 0A and A0. RGB value is (101,10,160). Sum of RGB (Red+Green+Blue) = 101+10+160=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #650AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650AA0 is #9AF55F. Grayscale: #353535. Windows color (decimal): -10155360 or 10488421. OLE color: 10488421.

HSL color Cylindrical-coordinate representation of color #650AA0: hue angle of 276.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650AA0 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 10 160 -
CMYK 0.37 0.94 0 0.37
HSL 276.4º 0.88% 0.33% -
HSV(B) 276.4º 0.94% 0.63% -
XYZ 11.82 5.52 33.7 -
YUV 54.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 101 10 160 0.37 0.94 0 0.37 276.4 0.88 0.33
Hex 65 A A0 25 5E 0 25 114 58 21
Octal 145 12 240 45 136 0 45 424 130 41
Binary 1100101 1010 10100000 100101 1011110 0 100101 100010100 1011000 100001

Color Harmonies of #650AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650AA0

Black with #650AA0

Text Example


Text Example

White with #650AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650AA0; }

 p { color: rgb(101,10,160); }

 H1.HeaderClassName
 {
   color: #650AA0;
 }
 .AnyTagClassName
 {
   color: #650AA0;
 }
</style>

background-color css

<style>
 a { background-color: #650AA0; }

 a { background-color: rgb(101,10,160); }

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

border-color css

<style>
 span { border-color: #650AA0; }

 span { border-color: rgb(101,10,160); }

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