#620777

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

Shades of Indigo #620777

Tints of Indigo #620777

Color information

#620777 (or 0x620777) is unknown color: approx Indigo. HEX triplet: 62, 07 and 77. RGB value is (98,7,119). Sum of RGB (Red+Green+Blue) = 98+7+119=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #620777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620777 is #9DF888. Grayscale: #2E2E2E. Windows color (decimal): -10352777 or 7800674. OLE color: 7800674.

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

Color convert

RGB987119-
CMYK0.180.9400.53
HSL288.75º88.89%24.71%-
HSV(B)288.75º94.12%46.67%-
XYZ8.444.0817.8-
YUV46.98168.65164.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 7 (3.12% from 255) = 3.12%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=43.75%
G=3.12%
B=53.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9871190.180.9400.53288.7588.8924.71
Hex62777125E0351215919
Octal14271672213606544113131
Binary110001011111101111001010111100110101100100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620777; }

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

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

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

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

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

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

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

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