#620882

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

Shades of Indigo #620882

Tints of Indigo #620882

Color information

#620882 (or 0x620882) is unknown color: approx Indigo. HEX triplet: 62, 08 and 82. RGB value is (98,8,130). Sum of RGB (Red+Green+Blue) = 98+8+130=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #620882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620882 is #9DF77D. Grayscale: #303030. Windows color (decimal): -10352510 or 8521826. OLE color: 8521826.

HSL color Cylindrical-coordinate representation of color #620882: hue angle of 284.26º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620882 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB988130-
CMYK0.250.9400.49
HSL284.26º88.41%27.06%-
HSV(B)284.26º93.85%50.98%-
XYZ9.154.3821.48-
YUV48.82173.82163.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.53%
GREEN value IS 8 (3.52% from 255) = 3.39%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=41.53%
G=3.39%
B=55.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9881300.250.9400.49284.2688.4127.06
Hex62882195E03111c581b
Octal142102023113606143413033
Binary11000101000100000101100110111100110001100011100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620882; }

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

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

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

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

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

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

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

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