#620076

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

Shades of Indigo #620076

Tints of Indigo #620076

Color information

#620076 (or 0x620076) is unknown color: approx Indigo. HEX triplet: 62, 00 and 76. RGB value is (98,0,118). Sum of RGB (Red+Green+Blue) = 98+0+118=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #620076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620076 is #9DFF89. Grayscale: #2A2A2A. Windows color (decimal): -10354570 or 7733346. OLE color: 7733346.

HSL color Cylindrical-coordinate representation of color #620076: hue angle of 289.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620076 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB980118-
CMYK0.17100.54
HSL289.83º100%23.14%-
HSV(B)289.83º100%46.27%-
XYZ8.313.917.46-
YUV42.75170.47167.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=45.37%
G=0%
B=54.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9801180.17100.54289.8310023.14
Hex6207611640361226417
Octal14201662114406644214427
Binary1100010011101101000111001000110110100100010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620076; }

 p { color: rgb(98,0,118); }

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

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

 a { background-color: rgb(98,0,118); }

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

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

 span { border-color: rgb(98,0,118); }

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