#620277

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

Shades of Indigo #620277

Tints of Indigo #620277

Color information

#620277 (or 0x620277) is unknown color: approx Indigo. HEX triplet: 62, 02 and 77. RGB value is (98,2,119). Sum of RGB (Red+Green+Blue) = 98+2+119=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #620277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620277 is #9DFD88. Grayscale: #2B2B2B. Windows color (decimal): -10354057 or 7799394. OLE color: 7799394.

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

Color convert

RGB982119-
CMYK0.180.9800.53
HSL289.23º96.69%23.73%-
HSV(B)289.23º98.32%46.67%-
XYZ8.393.9717.78-
YUV44.04170.3166.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=44.75%
G=0.91%
B=54.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9821190.180.9800.53289.2396.6923.73
Hex6227712620351216118
Octal14221672214206544114130
Binary11000101011101111001011000100110101100100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620277; }

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

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

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

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

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

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

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

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