#650980

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

Shades of Indigo #650980

Tints of Indigo #650980

Color information

#650980 (or 0x650980) is unknown color: approx Indigo. HEX triplet: 65, 09 and 80. RGB value is (101,9,128). Sum of RGB (Red+Green+Blue) = 101+9+128=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #650980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650980 is #9AF67F. Grayscale: #313131. Windows color (decimal): -10155648 or 8391013. OLE color: 8391013.

HSL color Cylindrical-coordinate representation of color #650980: hue angle of 286.39º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650980 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1019128-
CMYK0.210.9300.50
HSL286.39º86.86%26.86%-
HSV(B)286.39º92.97%50.2%-
XYZ9.364.5220.8-
YUV50.07171.98164.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.44%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 128 (50.39% from 255) = 53.78%
R=42.44%
G=3.78%
B=53.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10191280.210.9300.50286.3986.8626.86
Hex65980155D03211e571b
Octal145112002513506243612733
Binary11001011001100000001010110111010110010100011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650980; }

 p { color: rgb(101,9,128); }

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

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

 a { background-color: rgb(101,9,128); }

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

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

 span { border-color: rgb(101,9,128); }

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