Html Css Color HEX #680A8A Indigo

📋 copy color: '#680A8A'

red 104 ◦ green 10 ◦ blue 138

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

Shades of Indigo #680A8A

Tints of Indigo #680A8A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

 BLUE value IS 138 (54.3% from 255) = 54.76%

R = 41.27%
G = 3.97%
B = 54.76%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#680A8A (or 0x680A8A) is known color: Indigo. HEX triplet: 68, 0A and 8A. RGB value is (104,10,138). Sum of RGB (Red+Green+Blue) = 104+10+138=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #680A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680A8A is #97F575. Grayscale: #343434. Windows color (decimal): -9958774 or 9046632. OLE color: 9046632.

HSL color Cylindrical-coordinate representation of color #680A8A: hue angle of 284.06º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680A8A is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 10 138 -
CMYK 0.25 0.93 0 0.46
HSL 284.06º 0.86% 0.29% -
HSV(B) 284.06º 0.93% 0.54% -
XYZ 10.4 5 24.46 -
YUV 52.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 104 10 138 0.25 0.93 0 0.46 284.06 0.86 0.29
Hex 68 A 8A 19 5D 0 2E 11C 56 1D
Octal 150 12 212 31 135 0 56 434 126 35
Binary 1101000 1010 10001010 11001 1011101 0 101110 100011100 1010110 11101

Color Harmonies of #680A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A8A

Black with #680A8A

Text Example


Text Example

White with #680A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,10,138); }

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

background-color css

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

 a { background-color: rgb(104,10,138); }

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

border-color css

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

 span { border-color: rgb(104,10,138); }

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