#650F80

Color #650F80 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #650F80

Tints of Indigo #650F80

Color information

#650F80 (or 0x650F80) is unknown color: approx Indigo. HEX triplet: 65, 0F and 80. RGB value is (101,15,128). Sum of RGB (Red+Green+Blue) = 101+15+128=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #650F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650F80 is #9AF07F. Grayscale: #353535. Windows color (decimal): -10154112 or 8392549. OLE color: 8392549.

HSL color Cylindrical-coordinate representation of color #650F80: hue angle of 285.66º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650F80 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10115128-
CMYK0.210.8800.50
HSL285.66º79.02%28.04%-
HSV(B)285.66º88.28%50.2%-
XYZ9.434.6720.83-
YUV53.6169.99161.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 15 (6.25% from 255) = 6.15%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=41.39%
G=6.15%
B=52.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101151280.210.8800.50285.6679.0228.04
Hex65F80155803211e4f1c
Octal145172002513006243611734
Binary11001011111100000001010110110000110010100011110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #650F80;
 }
 .AnyTagClassName
 {
   color: #650F80;
 }
</style>
background-color css

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

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

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

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

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

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