#620276

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

Shades of Indigo #620276

Tints of Indigo #620276

Color information

#620276 (or 0x620276) is unknown color: approx Indigo. HEX triplet: 62, 02 and 76. RGB value is (98,2,118). Sum of RGB (Red+Green+Blue) = 98+2+118=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #620276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620276 is #9DFD89. Grayscale: #2B2B2B. Windows color (decimal): -10354058 or 7733858. OLE color: 7733858.

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

Color convert

RGB982118-
CMYK0.170.9800.54
HSL289.66º96.67%23.53%-
HSV(B)289.66º98.31%46.27%-
XYZ8.333.9517.46-
YUV43.93169.8166.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=44.95%
G=0.92%
B=54.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9821180.170.9800.54289.6696.6723.53
Hex6227611620361226118
Octal14221662114206644214130
Binary11000101011101101000111000100110110100100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620276; }

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

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

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

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

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

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

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

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