#620c75

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

Shades of Indigo #620C75

Tints of Indigo #620C75

Color information

#620C75 (or 0x620C75) is unknown color: approx Indigo. HEX triplet: 62, 0C and 75. RGB value is (98,12,117). Sum of RGB (Red+Green+Blue) = 98+12+117=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #620C75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C75 is #9DF38A. Grayscale: #313131. Windows color (decimal): -10351499 or 7670882. OLE color: 7670882.

HSL color Cylindrical-coordinate representation of color #620C75: hue angle of 289.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620C75 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9812117-
CMYK0.160.9000.54
HSL289.14º81.4%25.29%-
HSV(B)289.14º89.74%45.88%-
XYZ8.384.1417.19-
YUV49.68165.99162.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=43.17%
G=5.29%
B=51.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98121170.160.9000.54289.1481.425.29
Hex62C75105A0361215119
Octal142141652013206644112131
Binary1100010110011101011000010110100110110100100001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620c75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,12,117); }

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

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

 a { background-color: rgb(98,12,117); }

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

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

 span { border-color: rgb(98,12,117); }

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