#620F76

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

Shades of Indigo #620F76

Tints of Indigo #620F76

Color information

#620F76 (or 0x620F76) is unknown color: approx Indigo. HEX triplet: 62, 0F and 76. RGB value is (98,15,118). Sum of RGB (Red+Green+Blue) = 98+15+118=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #620F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F76 is #9DF089. Grayscale: #333333. Windows color (decimal): -10350730 or 7737186. OLE color: 7737186.

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

Color convert

RGB9815118-
CMYK0.170.8700.54
HSL288.35º77.44%26.08%-
HSV(B)288.35º87.29%46.27%-
XYZ8.484.2517.51-
YUV51.56165.5161.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=42.42%
G=6.49%
B=51.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98151180.170.8700.54288.3577.4426.08
Hex62F7611570361204d1a
Octal142171662112706644011532
Binary1100010111111101101000110101110110110100100000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620F76; }

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

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

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

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

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

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

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

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