#640288

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

Shades of Indigo #640288

Tints of Indigo #640288

Color information

#640288 (or 0x640288) is unknown color: approx Indigo. HEX triplet: 64, 02 and 88. RGB value is (100,2,136). Sum of RGB (Red+Green+Blue) = 100+2+136=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #640288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640288 is #9BFD77. Grayscale: #2E2E2E. Windows color (decimal): -10222968 or 8913508. OLE color: 8913508.

HSL color Cylindrical-coordinate representation of color #640288: hue angle of 283.88º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640288 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1002136-
CMYK0.260.9900.47
HSL283.88º97.1%27.06%-
HSV(B)283.88º98.53%53.33%-
XYZ9.724.5323.65-
YUV46.58178.47166.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 136 (53.52% from 255) = 57.14%
R=42.02%
G=0.84%
B=57.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10021360.260.9900.47283.8897.127.06
Hex642881A6302F11c611b
Octal14422103214305743414133
Binary110010010100010001101011000110101111100011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640288; }

 p { color: rgb(100,2,136); }

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

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

 a { background-color: rgb(100,2,136); }

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

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

 span { border-color: rgb(100,2,136); }

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