#641594

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

Shades of Indigo #641594

Tints of Indigo #641594

Color information

#641594 (or 0x641594) is unknown color: approx Indigo. HEX triplet: 64, 15 and 94. RGB value is (100,21,148). Sum of RGB (Red+Green+Blue) = 100+21+148=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #641594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641594 is #9BEA6B. Grayscale: #3A3A3A. Windows color (decimal): -10218092 or 9704804. OLE color: 9704804.

HSL color Cylindrical-coordinate representation of color #641594: hue angle of 277.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641594 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10021148-
CMYK0.320.8600.42
HSL277.32º75.15%33.14%-
HSV(B)277.32º85.81%58.04%-
XYZ10.875.3828.48-
YUV59.1178.17157.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 148 (58.20% from 255) = 55.02%
R=37.17%
G=7.81%
B=55.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100211480.320.8600.42277.3275.1533.14
Hex641594205602A1154b21
Octal144252244012605242511341
Binary11001001010110010100100000101011001010101000101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641594; }

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

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

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

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

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

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

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

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