#620876

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

Shades of Indigo #620876

Tints of Indigo #620876

Color information

#620876 (or 0x620876) is unknown color: approx Indigo. HEX triplet: 62, 08 and 76. RGB value is (98,8,118). Sum of RGB (Red+Green+Blue) = 98+8+118=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #620876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620876 is #9DF789. Grayscale: #2F2F2F. Windows color (decimal): -10352522 or 7735394. OLE color: 7735394.

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

Color convert

RGB988118-
CMYK0.170.9300.54
HSL289.09º87.3%24.71%-
HSV(B)289.09º93.22%46.27%-
XYZ8.394.0817.48-
YUV47.45167.82164.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=43.75%
G=3.57%
B=52.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9881180.170.9300.54289.0987.324.71
Hex62876115D0361215719
Octal142101662113506644112731
Binary1100010100011101101000110111010110110100100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620876; }

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

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

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

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

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

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

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

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