#640790

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

Shades of Indigo #640790

Tints of Indigo #640790

Color information

#640790 (or 0x640790) is unknown color: approx Indigo. HEX triplet: 64, 07 and 90. RGB value is (100,7,144). Sum of RGB (Red+Green+Blue) = 100+7+144=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #640790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640790 is #9BF86F. Grayscale: #313131. Windows color (decimal): -10221680 or 9439076. OLE color: 9439076.

HSL color Cylindrical-coordinate representation of color #640790: hue angle of 280.73º 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 #640790 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1007144-
CMYK0.310.9500.44
HSL280.73º90.73%29.61%-
HSV(B)280.73º95.14%56.47%-
XYZ10.374.8726.78-
YUV50.42180.81163.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 7 (3.12% from 255) = 2.79%
BLUE value IS 144 (56.64% from 255) = 57.37%
R=39.84%
G=2.79%
B=57.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10071440.310.9500.44280.7390.7329.61
Hex647901F5F02C1195b1e
Octal14472203713705443113336
Binary1100100111100100001111110111110101100100011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640790; }

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

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

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

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

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

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

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

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