#650CA5

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

Shades of Indigo #650CA5

Tints of Indigo #650CA5

Color information

#650CA5 (or 0x650CA5) is unknown color: approx Indigo. HEX triplet: 65, 0C and A5. RGB value is (101,12,165). Sum of RGB (Red+Green+Blue) = 101+12+165=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #650CA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650CA5 is #9AF35A. Grayscale: #373737. Windows color (decimal): -10154843 or 10816613. OLE color: 10816613.

HSL color Cylindrical-coordinate representation of color #650CA5: hue angle of 274.9º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650CA5 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10112165-
CMYK0.390.9300.35
HSL274.9º86.44%34.71%-
HSV(B)274.9º92.73%64.71%-
XYZ12.295.7536.06-
YUV56.05189.49160.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 165 (64.84% from 255) = 59.35%
R=36.33%
G=4.32%
B=59.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101121650.390.9300.35274.986.4434.71
Hex65CA5275D0231135623
Octal145142454713504342312643
Binary1100101110010100101100111101110101000111000100111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,12,165); }

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

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

 a { background-color: rgb(101,12,165); }

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

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

 span { border-color: rgb(101,12,165); }

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