#681089

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

Shades of Indigo #681089

Tints of Indigo #681089

Color information

#681089 (or 0x681089) is unknown color: approx Indigo. HEX triplet: 68, 10 and 89. RGB value is (104,16,137). Sum of RGB (Red+Green+Blue) = 104+16+137=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #681089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681089 is #97EF76. Grayscale: #373737. Windows color (decimal): -9957239 or 8982632. OLE color: 8982632.

HSL color Cylindrical-coordinate representation of color #681089: hue angle of 283.64º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681089 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10416137-
CMYK0.240.8800.46
HSL283.64º79.08%30%-
HSV(B)283.64º88.32%53.73%-
XYZ10.415.1224.11-
YUV56.11173.65162.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 137 (53.91% from 255) = 53.31%
R=40.47%
G=6.23%
B=53.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104161370.240.8800.46283.6479.0830
Hex681089185802E11c4f1e
Octal150202113013005643411736
Binary110100010000100010011100010110000101110100011100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681089; }

 p { color: rgb(104,16,137); }

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

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

 a { background-color: rgb(104,16,137); }

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

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

 span { border-color: rgb(104,16,137); }

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