#641882

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

Shades of Indigo #641882

Tints of Indigo #641882

Color information

#641882 (or 0x641882) is unknown color: approx Indigo. HEX triplet: 64, 18 and 82. RGB value is (100,24,130). Sum of RGB (Red+Green+Blue) = 100+24+130=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #641882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641882 is #9BE77D. Grayscale: #3A3A3A. Windows color (decimal): -10217342 or 8525924. OLE color: 8525924.

HSL color Cylindrical-coordinate representation of color #641882: hue angle of 283.02º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641882 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10024130-
CMYK0.230.8200.49
HSL283.02º68.83%30.2%-
HSV(B)283.02º81.54%50.98%-
XYZ9.614.9721.57-
YUV58.81168.18157.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.37%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=39.37%
G=9.45%
B=51.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100241300.230.8200.49283.0268.8330.2
Hex641882175203111b451e
Octal144302022712206143310536
Binary110010011000100000101011110100100110001100011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641882; }

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

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

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

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

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

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

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

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