Html Css Color HEX #680D87 Indigo

📋 copy color: '#680D87'

red 104 ◦ green 13 ◦ blue 135

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

Shades of Indigo #680D87

Tints of Indigo #680D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 135 (53.13% from 255) = 53.57%

R = 41.27%
G = 5.16%
B = 53.57%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#680D87 (or 0x680D87) is known color: Indigo. HEX triplet: 68, 0D and 87. RGB value is (104,13,135). Sum of RGB (Red+Green+Blue) = 104+13+135=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #680D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680D87 is #97F278. Grayscale: #353535. Windows color (decimal): -9958009 or 8850792. OLE color: 8850792.

HSL color Cylindrical-coordinate representation of color #680D87: hue angle of 284.75º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680D87 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 13 135 -
CMYK 0.23 0.90 0 0.47
HSL 284.75º 0.82% 0.29% -
HSV(B) 284.75º 0.9% 0.53% -
XYZ 10.23 4.98 23.34 -
YUV 54.12 173.65 163.58 -
System Red Green Blue C M Y K H S L
Decimal 104 13 135 0.23 0.90 0 0.47 284.75 0.82 0.29
Hex 68 D 87 17 5A 0 2F 11D 52 1D
Octal 150 15 207 27 132 0 57 435 122 35
Binary 1101000 1101 10000111 10111 1011010 0 101111 100011101 1010010 11101

Color Harmonies of #680D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D87

Black with #680D87

Text Example


Text Example

White with #680D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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