#650790

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

Shades of Indigo #650790

Tints of Indigo #650790

Color information

#650790 (or 0x650790) is unknown color: approx Indigo. HEX triplet: 65, 07 and 90. RGB value is (101,7,144). Sum of RGB (Red+Green+Blue) = 101+7+144=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #650790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650790 is #9AF86F. Grayscale: #323232. Windows color (decimal): -10156144 or 9439077. OLE color: 9439077.

HSL color Cylindrical-coordinate representation of color #650790: hue angle of 281.17º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650790 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1017144-
CMYK0.300.9500.44
HSL281.17º90.73%29.61%-
HSV(B)281.17º95.14%56.47%-
XYZ10.484.9326.79-
YUV50.72180.64163.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 7 (3.12% from 255) = 2.78%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=40.08%
G=2.78%
B=57.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10171440.300.9500.44281.1790.7329.61
Hex657901E5F02C1195b1e
Octal14572203613705443113336
Binary1100101111100100001111010111110101100100011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650790; }

 p { color: rgb(101,7,144); }

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

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

 a { background-color: rgb(101,7,144); }

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

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

 span { border-color: rgb(101,7,144); }

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