Html Css Color HEX #680D92 Indigo

📋 copy color: '#680D92'

red 104 ◦ green 13 ◦ blue 146

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

Shades of Indigo #680D92

Tints of Indigo #680D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 39.54%
G = 4.94%
B = 55.51%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#680D92 (or 0x680D92) is known color: Indigo. HEX triplet: 68, 0D and 92. RGB value is (104,13,146). Sum of RGB (Red+Green+Blue) = 104+13+146=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #680D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680D92 is #97F26D. Grayscale: #363636. Windows color (decimal): -9957998 or 9571688. OLE color: 9571688.

HSL color Cylindrical-coordinate representation of color #680D92: hue angle of 281.05º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680D92 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 13 146 -
CMYK 0.29 0.91 0 0.43
HSL 281.05º 0.84% 0.31% -
HSV(B) 281.05º 0.91% 0.57% -
XYZ 11.04 5.31 27.64 -
YUV 55.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 104 13 146 0.29 0.91 0 0.43 281.05 0.84 0.31
Hex 68 D 92 1D 5B 0 2B 119 54 1F
Octal 150 15 222 35 133 0 53 431 124 37
Binary 1101000 1101 10010010 11101 1011011 0 101011 100011001 1010100 11111

Color Harmonies of #680D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D92

Black with #680D92

Text Example


Text Example

White with #680D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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