#680493

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

Shades of Indigo #680493

Tints of Indigo #680493

Color information

#680493 (or 0x680493) is unknown color: approx Indigo. HEX triplet: 68, 04 and 93. RGB value is (104,4,147). Sum of RGB (Red+Green+Blue) = 104+4+147=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #680493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680493 is #97FB6C. Grayscale: #313131. Windows color (decimal): -9960301 or 9634920. OLE color: 9634920.

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

Color convert

RGB1044147-
CMYK0.290.9700.42
HSL281.96º94.7%29.61%-
HSV(B)281.96º97.28%57.65%-
XYZ11.025.1428.01-
YUV50.2182.63166.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=40.78%
G=1.57%
B=57.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10441470.290.9700.42281.9694.729.61
Hex684931D6102A11a5f1e
Octal15042233514105243213736
Binary1101000100100100111110111000010101010100011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680493; }

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

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

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

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

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

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

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

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