#681195

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

Shades of Indigo #681195

Tints of Indigo #681195

Color information

#681195 (or 0x681195) is unknown color: approx Indigo. HEX triplet: 68, 11 and 95. RGB value is (104,17,149). Sum of RGB (Red+Green+Blue) = 104+17+149=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #681195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681195 is #97EE6A. Grayscale: #393939. Windows color (decimal): -9956971 or 9769320. OLE color: 9769320.

HSL color Cylindrical-coordinate representation of color #681195: hue angle of 279.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681195 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10417149-
CMYK0.300.8900.42
HSL279.55º79.52%32.55%-
HSV(B)279.55º88.59%58.43%-
XYZ11.335.5128.9-
YUV58.06179.32160.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 17 (7.03% from 255) = 6.30%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=38.52%
G=6.30%
B=55.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104171490.300.8900.42279.5579.5232.55
Hex6811951E5902A1185021
Octal150212253613105243012041
Binary1101000100011001010111110101100101010101000110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681195; }

 p { color: rgb(104,17,149); }

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

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

 a { background-color: rgb(104,17,149); }

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

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

 span { border-color: rgb(104,17,149); }

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