#650E87

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

Shades of Indigo #650E87

Tints of Indigo #650E87

Color information

#650E87 (or 0x650E87) is unknown color: approx Indigo. HEX triplet: 65, 0E and 87. RGB value is (101,14,135). Sum of RGB (Red+Green+Blue) = 101+14+135=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #650E87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650E87 is #9AF178. Grayscale: #353535. Windows color (decimal): -10154361 or 8851045. OLE color: 8851045.

HSL color Cylindrical-coordinate representation of color #650E87: hue angle of 283.14º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650E87 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10114135-
CMYK0.250.9000.47
HSL283.14º81.21%29.22%-
HSV(B)283.14º89.63%52.94%-
XYZ9.94.8323.33-
YUV53.81173.82161.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 14 (5.86% from 255) = 5.6%
BLUE value IS 135 (53.12% from 255) = 54%
R=40.4%
G=5.6%
B=54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101141350.250.9000.47283.1481.2129.22
Hex65E87195A02F11b511d
Octal145162073113205743312135
Binary11001011110100001111100110110100101111100011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,14,135); }

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

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

 a { background-color: rgb(101,14,135); }

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

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

 span { border-color: rgb(101,14,135); }

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