#641889

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

Shades of Indigo #641889

Tints of Indigo #641889

Color information

#641889 (or 0x641889) is unknown color: approx Indigo. HEX triplet: 64, 18 and 89. RGB value is (100,24,137). Sum of RGB (Red+Green+Blue) = 100+24+137=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #641889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641889 is #9BE776. Grayscale: #3B3B3B. Windows color (decimal): -10217335 or 8984676. OLE color: 8984676.

HSL color Cylindrical-coordinate representation of color #641889: hue angle of 280.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641889 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10024137-
CMYK0.270.8200.46
HSL280.35º70.19%31.57%-
HSV(B)280.35º82.48%53.73%-
XYZ10.15.1724.13-
YUV59.61171.68156.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=38.31%
G=9.20%
B=52.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100241370.270.8200.46280.3570.1931.57
Hex6418891B5202E1184620
Octal144302113312205643010640
Binary1100100110001000100111011101001001011101000110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641889; }

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

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

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

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

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

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

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

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