#620776

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

Shades of Indigo #620776

Tints of Indigo #620776

Color information

#620776 (or 0x620776) is unknown color: approx Indigo. HEX triplet: 62, 07 and 76. RGB value is (98,7,118). Sum of RGB (Red+Green+Blue) = 98+7+118=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #620776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620776 is #9DF889. Grayscale: #2E2E2E. Windows color (decimal): -10352778 or 7735138. OLE color: 7735138.

HSL color Cylindrical-coordinate representation of color #620776: hue angle of 289.19º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620776 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB987118-
CMYK0.170.9400.54
HSL289.19º88.8%24.51%-
HSV(B)289.19º94.07%46.27%-
XYZ8.384.0617.48-
YUV46.86168.15164.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 7 (3.12% from 255) = 3.14%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=43.95%
G=3.14%
B=52.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9871180.170.9400.54289.1988.824.51
Hex62776115E0361215919
Octal14271662113606644113131
Binary110001011111101101000110111100110110100100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620776; }

 p { color: rgb(98,7,118); }

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

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

 a { background-color: rgb(98,7,118); }

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

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

 span { border-color: rgb(98,7,118); }

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