#641581

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

Shades of Indigo #641581

Tints of Indigo #641581

Color information

#641581 (or 0x641581) is unknown color: approx Indigo. HEX triplet: 64, 15 and 81. RGB value is (100,21,129). Sum of RGB (Red+Green+Blue) = 100+21+129=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #641581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641581 is #9BEA7E. Grayscale: #383838. Windows color (decimal): -10218111 or 8459620. OLE color: 8459620.

HSL color Cylindrical-coordinate representation of color #641581: hue angle of 283.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641581 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10021129-
CMYK0.220.8400.49
HSL283.89º72%29.41%-
HSV(B)283.89º83.72%50.59%-
XYZ9.494.8321.2-
YUV56.93168.67158.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=40%
G=8.4%
B=51.6%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100211290.220.8400.49283.897229.41
Hex641581165403111c481d
Octal144252012612406143411035
Binary110010010101100000011011010101000110001100011100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641581; }

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

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

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

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

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

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

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

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