#681188

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

Shades of Indigo #681188

Tints of Indigo #681188

Color information

#681188 (or 0x681188) is unknown color: approx Indigo. HEX triplet: 68, 11 and 88. RGB value is (104,17,136). Sum of RGB (Red+Green+Blue) = 104+17+136=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #681188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681188 is #97EE77. Grayscale: #383838. Windows color (decimal): -9956984 or 8917352. OLE color: 8917352.

HSL color Cylindrical-coordinate representation of color #681188: hue angle of 283.87º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681188 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10417136-
CMYK0.240.8700.47
HSL283.87º77.78%30%-
HSV(B)283.87º87.5%53.33%-
XYZ10.355.1223.74-
YUV56.58172.82161.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=40.47%
G=6.61%
B=52.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104171360.240.8700.47283.8777.7830
Hex681188185702F11c4e1e
Octal150212103012705743411636
Binary110100010001100010001100010101110101111100011100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681188; }

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

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

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

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

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

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

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

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