#620577

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

Shades of Indigo #620577

Tints of Indigo #620577

Color information

#620577 (or 0x620577) is unknown color: approx Indigo. HEX triplet: 62, 05 and 77. RGB value is (98,5,119). Sum of RGB (Red+Green+Blue) = 98+5+119=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #620577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620577 is #9DFA88. Grayscale: #2D2D2D. Windows color (decimal): -10353289 or 7800162. OLE color: 7800162.

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

Color convert

RGB985119-
CMYK0.180.9600.53
HSL288.95º91.94%24.31%-
HSV(B)288.95º95.8%46.67%-
XYZ8.424.0417.79-
YUV45.8169.31165.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=44.14%
G=2.25%
B=53.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9851190.180.9600.53288.9591.9424.31
Hex6257712600351215c18
Octal14251672214006544113430
Binary110001010111101111001011000000110101100100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620577; }

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

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

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

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

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

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

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

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