#620877

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

Shades of Indigo #620877

Tints of Indigo #620877

Color information

#620877 (or 0x620877) is unknown color: approx Indigo. HEX triplet: 62, 08 and 77. RGB value is (98,8,119). Sum of RGB (Red+Green+Blue) = 98+8+119=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #620877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620877 is #9DF788. Grayscale: #2F2F2F. Windows color (decimal): -10352521 or 7800930. OLE color: 7800930.

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

Color convert

RGB988119-
CMYK0.180.9300.53
HSL288.65º87.4%24.9%-
HSV(B)288.65º93.28%46.67%-
XYZ8.454.117.8-
YUV47.56168.32163.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=43.56%
G=3.56%
B=52.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9881190.180.9300.53288.6587.424.9
Hex62877125D0351215719
Octal142101672213506544112731
Binary1100010100011101111001010111010110101100100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620877; }

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

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

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

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

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

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

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

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