#620D9D

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

Shades of Indigo #620D9D

Tints of Indigo #620D9D

Color information

#620D9D (or 0x620D9D) is unknown color: approx Indigo. HEX triplet: 62, 0D and 9D. RGB value is (98,13,157). Sum of RGB (Red+Green+Blue) = 98+13+157=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #620D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620D9D is #9DF262. Grayscale: #363636. Windows color (decimal): -10351203 or 10292578. OLE color: 10292578.

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

Color convert

RGB9813157-
CMYK0.380.9200.38
HSL275.42º84.71%33.33%-
HSV(B)275.42º91.72%61.57%-
XYZ11.275.3232.33-
YUV54.83185.66158.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.57%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 157 (61.72% from 255) = 58.58%
R=36.57%
G=4.85%
B=58.58%

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
Decimal98131570.380.9200.38275.4284.7133.33
Hex62D9D265C0261135521
Octal142152354613404642312541
Binary1100010110110011101100110101110001001101000100111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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