Html Css Color HEX #650580 Indigo

📋 copy color: '#650580'

red 101 ◦ green 5 ◦ blue 128

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

Shades of Indigo #650580

Tints of Indigo #650580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 43.16%
G = 2.14%
B = 54.7%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#650580 (or 0x650580) is known color: Indigo. HEX triplet: 65, 05 and 80. RGB value is (101,5,128). Sum of RGB (Red+Green+Blue) = 101+5+128=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #650580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650580 is #9AFA7F. Grayscale: #2F2F2F. Windows color (decimal): -10156672 or 8389989. OLE color: 8389989.

HSL color Cylindrical-coordinate representation of color #650580: hue angle of 286.83º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650580 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 5 128 -
CMYK 0.21 0.96 0 0.50
HSL 286.83º 0.92% 0.26% -
HSV(B) 286.83º 0.96% 0.5% -
XYZ 9.32 4.43 20.79 -
YUV 47.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 101 5 128 0.21 0.96 0 0.50 286.83 0.92 0.26
Hex 65 5 80 15 60 0 32 11F 5C 1A
Octal 145 5 200 25 140 0 62 437 134 32
Binary 1100101 101 10000000 10101 1100000 0 110010 100011111 1011100 11010

Color Harmonies of #650580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650580

Black with #650580

Text Example


Text Example

White with #650580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650580; }

 p { color: rgb(101,5,128); }

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

background-color css

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

 a { background-color: rgb(101,5,128); }

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

border-color css

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

 span { border-color: rgb(101,5,128); }

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