#641584

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

Shades of Indigo #641584

Tints of Indigo #641584

Color information

#641584 (or 0x641584) is unknown color: approx Indigo. HEX triplet: 64, 15 and 84. RGB value is (100,21,132). Sum of RGB (Red+Green+Blue) = 100+21+132=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #641584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641584 is #9BEA7B. Grayscale: #383838. Windows color (decimal): -10218108 or 8656228. OLE color: 8656228.

HSL color Cylindrical-coordinate representation of color #641584: hue angle of 282.7º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641584 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10021132-
CMYK0.240.8400.48
HSL282.7º72.55%30%-
HSV(B)282.7º84.09%51.76%-
XYZ9.694.9122.27-
YUV57.28170.17158.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=39.53%
G=8.30%
B=52.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100211320.240.8400.48282.772.5530
Hex641584185403011b491e
Octal144252043012406043311136
Binary110010010101100001001100010101000110000100011011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641584; }

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

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

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

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

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

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

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

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