#681199

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

Shades of Indigo #681199

Tints of Indigo #681199

Color information

#681199 (or 0x681199) is unknown color: approx Indigo. HEX triplet: 68, 11 and 99. RGB value is (104,17,153). Sum of RGB (Red+Green+Blue) = 104+17+153=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #681199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681199 is #97EE66. Grayscale: #3A3A3A. Windows color (decimal): -9956967 or 10031464. OLE color: 10031464.

HSL color Cylindrical-coordinate representation of color #681199: hue angle of 278.38º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681199 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10417153-
CMYK0.320.8900.4
HSL278.38º80%33.33%-
HSV(B)278.38º88.89%60%-
XYZ11.665.6430.61-
YUV58.52181.32160.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 17 (7.03% from 255) = 6.20%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=37.96%
G=6.20%
B=55.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104171530.320.8900.4278.388033.33
Hex68119920590281165021
Octal150212314013105042612041
Binary11010001000110011001100000101100101010001000101101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681199; }

 p { color: rgb(104,17,153); }

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

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

 a { background-color: rgb(104,17,153); }

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

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

 span { border-color: rgb(104,17,153); }

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