#681093

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

Shades of Indigo #681093

Tints of Indigo #681093

Color information

#681093 (or 0x681093) is unknown color: approx Indigo. HEX triplet: 68, 10 and 93. RGB value is (104,16,147). Sum of RGB (Red+Green+Blue) = 104+16+147=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #681093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681093 is #97EF6C. Grayscale: #383838. Windows color (decimal): -9957229 or 9637992. OLE color: 9637992.

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

Color convert

RGB10416147-
CMYK0.290.8900.42
HSL280.31º80.37%31.96%-
HSV(B)280.31º89.12%57.65%-
XYZ11.165.4228.06-
YUV57.25178.65161.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=38.95%
G=5.99%
B=55.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104161470.290.8900.42280.3180.3731.96
Hex6810931D5902A1185020
Octal150202233513105243012040
Binary1101000100001001001111101101100101010101000110001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681093; }

 p { color: rgb(104,16,147); }

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

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

 a { background-color: rgb(104,16,147); }

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

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

 span { border-color: rgb(104,16,147); }

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