#620C7D

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

Shades of Indigo #620C7D

Tints of Indigo #620C7D

Color information

#620C7D (or 0x620C7D) is unknown color: approx Indigo. HEX triplet: 62, 0C and 7D. RGB value is (98,12,125). Sum of RGB (Red+Green+Blue) = 98+12+125=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #620C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C7D is #9DF382. Grayscale: #323232. Windows color (decimal): -10351491 or 8195170. OLE color: 8195170.

HSL color Cylindrical-coordinate representation of color #620C7D: hue angle of 285.66º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620C7D is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9812125-
CMYK0.220.9000.51
HSL285.66º82.48%26.86%-
HSV(B)285.66º90.4%49.02%-
XYZ8.874.3419.77-
YUV50.6169.99161.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 125 (49.22% from 255) = 53.19%
R=41.70%
G=5.11%
B=53.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98121250.220.9000.51285.6682.4826.86
Hex62C7D165A03311e521b
Octal142141752613206343612233
Binary1100010110011111011011010110100110011100011110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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