#650D9B

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

Shades of Indigo #650D9B

Tints of Indigo #650D9B

Color information

#650D9B (or 0x650D9B) is unknown color: approx Indigo. HEX triplet: 65, 0D and 9B. RGB value is (101,13,155). Sum of RGB (Red+Green+Blue) = 101+13+155=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #650D9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650D9B is #9AF264. Grayscale: #373737. Windows color (decimal): -10154597 or 10161509. OLE color: 10161509.

HSL color Cylindrical-coordinate representation of color #650D9B: hue angle of 277.18º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650D9B is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10113155-
CMYK0.350.9200.39
HSL277.18º84.52%32.94%-
HSV(B)277.18º91.61%60.78%-
XYZ11.435.4231.45-
YUV55.5184.15160.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 13 (5.47% from 255) = 4.83%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=37.55%
G=4.83%
B=57.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101131550.350.9200.39277.1884.5232.94
Hex65D9B235C0271155521
Octal145152334313404742512541
Binary1100101110110011011100011101110001001111000101011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,13,155); }

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

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

 a { background-color: rgb(101,13,155); }

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

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

 span { border-color: rgb(101,13,155); }

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