Html Css Color HEX #680D9F Indigo

📋 copy color: '#680D9F'

red 104 ◦ green 13 ◦ blue 159

#680D9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #680D9F

Tints of Indigo #680D9F

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 value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#680D9F (or 0x680D9F) is known color: 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

RGB 104 13 159 -
CMYK 0.35 0.92 0 0.38
HSL 277.4º 0.85% 0.34% -
HSV(B) 277.4º 0.92% 0.62% -
XYZ 12.11 5.73 33.27 -
YUV 56.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 104 13 159 0.35 0.92 0 0.38 277.4 0.85 0.34
Hex 68 D 9F 23 5C 0 26 115 55 22
Octal 150 15 237 43 134 0 46 425 125 42
Binary 1101000 1101 10011111 100011 1011100 0 100110 100010101 1010101 100010

Color Harmonies of #680D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D9F

Black with #680D9F

Text Example


Text Example

White with #680D9F

Text Example


Text Example

HTML Codes & Css Web 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>