#620C9F

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

Shades of Indigo #620C9F

Tints of Indigo #620C9F

Color information

#620C9F (or 0x620C9F) is unknown color: approx Indigo. HEX triplet: 62, 0C and 9F. RGB value is (98,12,159). Sum of RGB (Red+Green+Blue) = 98+12+159=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #620C9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620C9F is #9DF360. Grayscale: #353535. Windows color (decimal): -10351457 or 10423394. OLE color: 10423394.

HSL color Cylindrical-coordinate representation of color #620C9F: hue angle of 275.1º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620C9F is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9812159-
CMYK0.380.9200.38
HSL275.1º85.96%33.53%-
HSV(B)275.1º92.45%62.35%-
XYZ11.435.3633.23-
YUV54.47186.99159.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.43%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 159 (62.5% from 255) = 59.11%
R=36.43%
G=4.46%
B=59.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98121590.380.9200.38275.185.9633.53
Hex62C9F265C0261135622
Octal142142374613404642312642
Binary1100010110010011111100110101110001001101000100111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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