#620976

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

Shades of Indigo #620976

Tints of Indigo #620976

Color information

#620976 (or 0x620976) is unknown color: approx Indigo. HEX triplet: 62, 09 and 76. RGB value is (98,9,118). Sum of RGB (Red+Green+Blue) = 98+9+118=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #620976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620976 is #9DF689. Grayscale: #2F2F2F. Windows color (decimal): -10352266 or 7735650. OLE color: 7735650.

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

Color convert

RGB989118-
CMYK0.170.9200.54
HSL288.99º85.83%24.9%-
HSV(B)288.99º92.37%46.27%-
XYZ8.44.117.49-
YUV48.04167.49163.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=43.56%
G=4%
B=52.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9891180.170.9200.54288.9985.8324.9
Hex62976115C0361215619
Octal142111662113406644112631
Binary1100010100111101101000110111000110110100100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620976; }

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

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

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

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

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

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

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

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