#650E9A

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

Shades of Indigo #650E9A

Tints of Indigo #650E9A

Color information

#650E9A (or 0x650E9A) is unknown color: approx Indigo. HEX triplet: 65, 0E and 9A. RGB value is (101,14,154). Sum of RGB (Red+Green+Blue) = 101+14+154=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #650E9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650E9A is #9AF165. Grayscale: #373737. Windows color (decimal): -10154342 or 10096229. OLE color: 10096229.

HSL color Cylindrical-coordinate representation of color #650E9A: hue angle of 277.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650E9A is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10114154-
CMYK0.340.9100.40
HSL277.29º83.33%32.94%-
HSV(B)277.29º90.91%60.39%-
XYZ11.365.4131.02-
YUV55.97183.32160.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 14 (5.86% from 255) = 5.20%
BLUE value IS 154 (60.55% from 255) = 57.25%
R=37.55%
G=5.20%
B=57.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101141540.340.9100.40277.2983.3332.94
Hex65E9A225B0281155321
Octal145162324213305042512341
Binary1100101111010011010100010101101101010001000101011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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