Html Css Color HEX #680C8D Indigo

📋 copy color: '#680C8D'

red 104 ◦ green 12 ◦ blue 141

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

Shades of Indigo #680C8D

Tints of Indigo #680C8D

RGB

 RED value IS 104 (41.02% from 255) = 40.47%

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 40.47%
G = 4.67%
B = 54.86%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#680C8D (or 0x680C8D) is known color: Indigo. HEX triplet: 68, 0C and 8D. RGB value is (104,12,141). Sum of RGB (Red+Green+Blue) = 104+12+141=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #680C8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680C8D is #97F372. Grayscale: #353535. Windows color (decimal): -9958259 or 9243752. OLE color: 9243752.

HSL color Cylindrical-coordinate representation of color #680C8D: hue angle of 282.79º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680C8D is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 12 141 -
CMYK 0.26 0.91 0 0.45
HSL 282.79º 0.84% 0.3% -
HSV(B) 282.79º 0.91% 0.55% -
XYZ 10.65 5.13 25.63 -
YUV 54.21 176.98 163.51 -
System Red Green Blue C M Y K H S L
Decimal 104 12 141 0.26 0.91 0 0.45 282.79 0.84 0.3
Hex 68 C 8D 1A 5B 0 2D 11B 54 1E
Octal 150 14 215 32 133 0 55 433 124 36
Binary 1101000 1100 10001101 11010 1011011 0 101101 100011011 1010100 11110

Color Harmonies of #680C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C8D

Black with #680C8D

Text Example


Text Example

White with #680C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,141); }

 H1.HeaderClassName
 {
   color: #680C8D;
 }
 .AnyTagClassName
 {
   color: #680C8D;
 }
</style>

background-color css

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

 a { background-color: rgb(104,12,141); }

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

border-color css

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

 span { border-color: rgb(104,12,141); }

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