#680D9F

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

Shades of Indigo #680D9F

Tints of Indigo #680D9F

Color information

#680D9F (or 0x680D9F) is unknown color: approx Indigo. HEX triplet: 68, 0D and 9F. RGB value is (104,13,159). Sum of RGB (Red+Green+Blue) = 104+13+159=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #680D9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680D9F is #97F260. Grayscale: #383838. Windows color (decimal): -9957985 or 10423656. OLE color: 10423656.

HSL color Cylindrical-coordinate representation of color #680D9F: hue angle of 277.4º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680D9F is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10413159-
CMYK0.350.9200.38
HSL277.4º84.88%33.73%-
HSV(B)277.4º91.82%62.35%-
XYZ12.115.7333.27-
YUV56.85185.65161.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 159 (62.5% from 255) = 57.61%
R=37.68%
G=4.71%
B=57.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104131590.350.9200.38277.484.8833.73
Hex68D9F235C0261155522
Octal150152374313404642512542
Binary1101000110110011111100011101110001001101000101011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680D9F; }

 p { color: rgb(104,13,159); }

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

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

 a { background-color: rgb(104,13,159); }

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

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

 span { border-color: rgb(104,13,159); }

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