#681496

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

Shades of Indigo #681496

Tints of Indigo #681496

Color information

#681496 (or 0x681496) is unknown color: approx Indigo. HEX triplet: 68, 14 and 96. RGB value is (104,20,150). Sum of RGB (Red+Green+Blue) = 104+20+150=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #681496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681496 is #97EB69. Grayscale: #3B3B3B. Windows color (decimal): -9956202 or 9835624. OLE color: 9835624.

HSL color Cylindrical-coordinate representation of color #681496: hue angle of 278.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681496 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10420150-
CMYK0.310.8700.41
HSL278.77º76.47%33.33%-
HSV(B)278.77º86.67%58.82%-
XYZ11.465.6529.34-
YUV59.94178.83159.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=37.96%
G=7.30%
B=54.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104201500.310.8700.41278.7776.4733.33
Hex6814961F570291174c21
Octal150242263712705142711441
Binary1101000101001001011011111101011101010011000101111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681496; }

 p { color: rgb(104,20,150); }

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

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

 a { background-color: rgb(104,20,150); }

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

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

 span { border-color: rgb(104,20,150); }

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