#680D9D

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

Shades of Indigo #680D9D

Tints of Indigo #680D9D

Color information

#680D9D (or 0x680D9D) is unknown color: approx Indigo. HEX triplet: 68, 0D and 9D. RGB value is (104,13,157). Sum of RGB (Red+Green+Blue) = 104+13+157=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #680D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680D9D is #97F262. Grayscale: #383838. Windows color (decimal): -9957987 or 10292584. OLE color: 10292584.

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

Color convert

RGB10413157-
CMYK0.340.9200.38
HSL277.92º84.71%33.33%-
HSV(B)277.92º91.72%61.57%-
XYZ11.945.6732.36-
YUV56.62184.65161.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 13 (5.47% from 255) = 4.74%
BLUE value IS 157 (61.72% from 255) = 57.30%
R=37.96%
G=4.74%
B=57.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104131570.340.9200.38277.9284.7133.33
Hex68D9D225C0261165521
Octal150152354213404642612541
Binary1101000110110011101100010101110001001101000101101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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