#680091

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

Shades of Indigo #680091

Tints of Indigo #680091

Color information

#680091 (or 0x680091) is unknown color: approx Indigo. HEX triplet: 68, 00 and 91. RGB value is (104,0,145). Sum of RGB (Red+Green+Blue) = 104+0+145=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #680091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680091 is #97FF6E. Grayscale: #2F2F2F. Windows color (decimal): -9961327 or 9502824. OLE color: 9502824.

HSL color Cylindrical-coordinate representation of color #680091: hue angle of 283.03º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680091 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1040145-
CMYK0.28100.43
HSL283.03º100%28.43%-
HSV(B)283.03º100%56.86%-
XYZ10.824.9927.18-
YUV47.63182.96168.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 58.23%
R=41.77%
G=0%
B=58.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10401450.28100.43283.0310028.43
Hex680911C6402B11b641c
Octal15002213414405343314434
Binary11010000100100011110011001000101011100011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680091; }

 p { color: rgb(104,0,145); }

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

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

 a { background-color: rgb(104,0,145); }

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

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

 span { border-color: rgb(104,0,145); }

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