#680CA2

Color #680CA2 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #680CA2

Tints of Indigo #680CA2

Color information

#680CA2 (or 0x680CA2) is unknown color: approx Indigo. HEX triplet: 68, 0C and A2. RGB value is (104,12,162). Sum of RGB (Red+Green+Blue) = 104+12+162=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #680CA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680CA2 is #97F35D. Grayscale: #383838. Windows color (decimal): -9958238 or 10620008. OLE color: 10620008.

HSL color Cylindrical-coordinate representation of color #680CA2: hue angle of 276.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680CA2 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10412162-
CMYK0.360.9300.36
HSL276.8º86.21%34.12%-
HSV(B)276.8º92.59%63.53%-
XYZ12.365.8134.65-
YUV56.61187.48161.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 162 (63.67% from 255) = 58.27%
R=37.41%
G=4.32%
B=58.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104121620.360.9300.36276.886.2134.12
Hex68CA2245D0241155622
Octal150142424413504442512642
Binary1101000110010100010100100101110101001001000101011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #680CA2;
 }
 .AnyTagClassName
 {
   color: #680CA2;
 }
</style>
background-color css

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

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

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

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

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

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