#680988

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

Shades of Indigo #680988

Tints of Indigo #680988

Color information

#680988 (or 0x680988) is unknown color: approx Indigo. HEX triplet: 68, 09 and 88. RGB value is (104,9,136). Sum of RGB (Red+Green+Blue) = 104+9+136=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #680988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680988 is #97F677. Grayscale: #333333. Windows color (decimal): -9959032 or 8915304. OLE color: 8915304.

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

Color convert

RGB1049136-
CMYK0.240.9300.47
HSL284.88º87.59%28.43%-
HSV(B)284.88º93.38%53.33%-
XYZ10.254.9223.7-
YUV51.88175.47165.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=41.77%
G=3.61%
B=54.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10491360.240.9300.47284.8887.5928.43
Hex68988185D02F11d581c
Octal150112103013505743513034
Binary11010001001100010001100010111010101111100011101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680988; }

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

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

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

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

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

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

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

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