#641887

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

Shades of Indigo #641887

Tints of Indigo #641887

Color information

#641887 (or 0x641887) is unknown color: approx Indigo. HEX triplet: 64, 18 and 87. RGB value is (100,24,135). Sum of RGB (Red+Green+Blue) = 100+24+135=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #641887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641887 is #9BE778. Grayscale: #3B3B3B. Windows color (decimal): -10217337 or 8853604. OLE color: 8853604.

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

Color convert

RGB10024135-
CMYK0.260.8200.47
HSL281.08º69.81%31.18%-
HSV(B)281.08º82.22%52.94%-
XYZ9.965.1123.38-
YUV59.38170.68156.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.61%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 135 (53.12% from 255) = 52.12%
R=38.61%
G=9.27%
B=52.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100241350.260.8200.47281.0869.8131.18
Hex6418871A5202F119461f
Octal144302073212205743110637
Binary110010011000100001111101010100100101111100011001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641887; }

 p { color: rgb(100,24,135); }

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

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

 a { background-color: rgb(100,24,135); }

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

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

 span { border-color: rgb(100,24,135); }

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