#650E9C

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

Shades of Indigo #650E9C

Tints of Indigo #650E9C

Color information

#650E9C (or 0x650E9C) is unknown color: approx Indigo. HEX triplet: 65, 0E and 9C. RGB value is (101,14,156). Sum of RGB (Red+Green+Blue) = 101+14+156=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #650E9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650E9C is #9AF163. Grayscale: #373737. Windows color (decimal): -10154340 or 10227301. OLE color: 10227301.

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

Color convert

RGB10114156-
CMYK0.350.9100.39
HSL276.76º83.53%33.33%-
HSV(B)276.76º91.03%61.18%-
XYZ11.525.4831.9-
YUV56.2184.32159.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 14 (5.86% from 255) = 5.17%
BLUE value IS 156 (61.33% from 255) = 57.56%
R=37.27%
G=5.17%
B=57.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101141560.350.9100.39276.7683.5333.33
Hex65E9C235B0271155421
Octal145162344313304742512441
Binary1100101111010011100100011101101101001111000101011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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