#620B7F

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

Shades of Indigo #620B7F

Tints of Indigo #620B7F

Color information

#620B7F (or 0x620B7F) is unknown color: approx Indigo. HEX triplet: 62, 0B and 7F. RGB value is (98,11,127). Sum of RGB (Red+Green+Blue) = 98+11+127=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #620B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B7F is #9DF480. Grayscale: #313131. Windows color (decimal): -10351745 or 8325986. OLE color: 8325986.

HSL color Cylindrical-coordinate representation of color #620B7F: hue angle of 285º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620B7F is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9811127-
CMYK0.230.9100.50
HSL285º84.06%27.06%-
HSV(B)285º91.34%49.8%-
XYZ8.994.3720.45-
YUV50.24171.32162.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.53%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 127 (50% from 255) = 53.81%
R=41.53%
G=4.66%
B=53.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98111270.230.9100.5028584.0627.06
Hex62B7F175B03211d541b
Octal142131772713306243512433
Binary1100010101111111111011110110110110010100011101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,11,127); }

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

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

 a { background-color: rgb(98,11,127); }

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

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

 span { border-color: rgb(98,11,127); }

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