#681291

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

Shades of Indigo #681291

Tints of Indigo #681291

Color information

#681291 (or 0x681291) is unknown color: approx Indigo. HEX triplet: 68, 12 and 91. RGB value is (104,18,145). Sum of RGB (Red+Green+Blue) = 104+18+145=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #681291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681291 is #97ED6E. Grayscale: #393939. Windows color (decimal): -9956719 or 9507432. OLE color: 9507432.

HSL color Cylindrical-coordinate representation of color #681291: hue angle of 280.63º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681291 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10418145-
CMYK0.280.8800.43
HSL280.63º77.91%31.96%-
HSV(B)280.63º87.59%56.86%-
XYZ11.045.4227.25-
YUV58.19176.99160.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=38.95%
G=6.74%
B=54.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104181450.280.8800.43280.6377.9131.96
Hex6812911C5802B1194e20
Octal150222213413005343111640
Binary1101000100101001000111100101100001010111000110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681291; }

 p { color: rgb(104,18,145); }

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

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

 a { background-color: rgb(104,18,145); }

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

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

 span { border-color: rgb(104,18,145); }

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