#641588

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

Shades of Indigo #641588

Tints of Indigo #641588

Color information

#641588 (or 0x641588) is unknown color: approx Indigo. HEX triplet: 64, 15 and 88. RGB value is (100,21,136). Sum of RGB (Red+Green+Blue) = 100+21+136=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #641588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641588 is #9BEA77. Grayscale: #393939. Windows color (decimal): -10218104 or 8918372. OLE color: 8918372.

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

Color convert

RGB10021136-
CMYK0.260.8500.47
HSL281.22º73.25%30.78%-
HSV(B)281.22º84.56%53.33%-
XYZ9.975.0223.74-
YUV57.73172.17158.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=38.91%
G=8.17%
B=52.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100211360.260.8500.47281.2273.2530.78
Hex6415881A5502F119491f
Octal144252103212505743111137
Binary110010010101100010001101010101010101111100011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641588; }

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

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

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

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

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

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

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

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