#620D9C

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

Shades of Indigo #620D9C

Tints of Indigo #620D9C

Color information

#620D9C (or 0x620D9C) is unknown color: approx Indigo. HEX triplet: 62, 0D and 9C. RGB value is (98,13,156). Sum of RGB (Red+Green+Blue) = 98+13+156=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #620D9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620D9C is #9DF263. Grayscale: #363636. Windows color (decimal): -10351204 or 10227042. OLE color: 10227042.

HSL color Cylindrical-coordinate representation of color #620D9C: hue angle of 275.66º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620D9C is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9813156-
CMYK0.370.9200.39
HSL275.66º84.62%33.14%-
HSV(B)275.66º91.67%61.18%-
XYZ11.185.2831.88-
YUV54.72185.16158.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 13 (5.47% from 255) = 4.87%
BLUE value IS 156 (61.33% from 255) = 58.43%
R=36.70%
G=4.87%
B=58.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98131560.370.9200.39275.6684.6233.14
Hex62D9C255C0271145521
Octal142152344513404742412541
Binary1100010110110011100100101101110001001111000101001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,13,156); }

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

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

 a { background-color: rgb(98,13,156); }

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

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

 span { border-color: rgb(98,13,156); }

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