#680BA2

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

Shades of Indigo #680BA2

Tints of Indigo #680BA2

Color information

#680BA2 (or 0x680BA2) is unknown color: approx Indigo. HEX triplet: 68, 0B and A2. RGB value is (104,11,162). Sum of RGB (Red+Green+Blue) = 104+11+162=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #680BA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680BA2 is #97F45D. Grayscale: #373737. Windows color (decimal): -9958494 or 10619752. OLE color: 10619752.

HSL color Cylindrical-coordinate representation of color #680BA2: hue angle of 276.95º degrees, saturation: 0.87, 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 #680BA2 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10411162-
CMYK0.360.9300.36
HSL276.95º87.28%33.92%-
HSV(B)276.95º93.21%63.53%-
XYZ12.355.7934.65-
YUV56.02187.81162.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 11 (4.69% from 255) = 3.97%
BLUE value IS 162 (63.67% from 255) = 58.48%
R=37.55%
G=3.97%
B=58.48%

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
Decimal104111620.360.9300.36276.9587.2833.92
Hex68BA2245D0241155722
Octal150132424413504442512742
Binary1101000101110100010100100101110101001001000101011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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