#650989

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

Shades of Indigo #650989

Tints of Indigo #650989

Color information

#650989 (or 0x650989) is unknown color: approx Indigo. HEX triplet: 65, 09 and 89. RGB value is (101,9,137). Sum of RGB (Red+Green+Blue) = 101+9+137=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #650989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650989 is #9AF676. Grayscale: #323232. Windows color (decimal): -10155639 or 8980837. OLE color: 8980837.

HSL color Cylindrical-coordinate representation of color #650989: hue angle of 283.12º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650989 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1019137-
CMYK0.260.9300.46
HSL283.12º87.67%28.63%-
HSV(B)283.12º93.43%53.73%-
XYZ9.984.7724.06-
YUV51.1176.48163.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=40.89%
G=3.64%
B=55.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10191370.260.9300.46283.1287.6728.63
Hex659891A5D02E11b581d
Octal145112113213505643313035
Binary11001011001100010011101010111010101110100011011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650989; }

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

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

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

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

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

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

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

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