#641282

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

Shades of Indigo #641282

Tints of Indigo #641282

Color information

#641282 (or 0x641282) is unknown color: approx Indigo. HEX triplet: 64, 12 and 82. RGB value is (100,18,130). Sum of RGB (Red+Green+Blue) = 100+18+130=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #641282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641282 is #9BED7D. Grayscale: #363636. Windows color (decimal): -10218878 or 8524388. OLE color: 8524388.

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

Color convert

RGB10018130-
CMYK0.230.8600.49
HSL283.93º75.68%29.02%-
HSV(B)283.93º86.15%50.98%-
XYZ9.54.7521.54-
YUV55.29170.17159.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=40.32%
G=7.26%
B=52.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100181300.230.8600.49283.9375.6829.02
Hex641282175603111c4c1d
Octal144222022712606143411435
Binary110010010010100000101011110101100110001100011100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641282; }

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

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

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

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

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

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

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

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