Html Css Color HEX #680C8A Indigo

📋 copy color: '#680C8A'

red 104 ◦ green 12 ◦ blue 138

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

Shades of Indigo #680C8A

Tints of Indigo #680C8A

RGB

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

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

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

R = 40.94%
G = 4.72%
B = 54.33%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#680C8A (or 0x680C8A) is known color: Indigo. HEX triplet: 68, 0C and 8A. RGB value is (104,12,138). Sum of RGB (Red+Green+Blue) = 104+12+138=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #680C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680C8A is #97F375. Grayscale: #353535. Windows color (decimal): -9958262 or 9047144. OLE color: 9047144.

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

Color convert

RGB 104 12 138 -
CMYK 0.25 0.91 0 0.46
HSL 283.81º 0.84% 0.29% -
HSV(B) 283.81º 0.91% 0.54% -
XYZ 10.43 5.04 24.47 -
YUV 53.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 104 12 138 0.25 0.91 0 0.46 283.81 0.84 0.29
Hex 68 C 8A 19 5B 0 2E 11C 54 1D
Octal 150 14 212 31 133 0 56 434 124 35
Binary 1101000 1100 10001010 11001 1011011 0 101110 100011100 1010100 11101

Color Harmonies of #680C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C8A

Black with #680C8A

Text Example


Text Example

White with #680C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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