Html Css Color HEX #620480 Indigo

📋 copy color: '#620480'

red 98 ◦ green 4 ◦ blue 128

#620480
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #620480

Tints of Indigo #620480

RGB

 RED value IS 98 (38.67% from 255) = 42.61%

 GREEN value IS 4 (1.95% from 255) = 1.74%

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 42.61%
G = 1.74%
B = 55.65%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#620480 (or 0x620480) is known color: Indigo. HEX triplet: 62, 04 and 80. RGB value is (98,4,128). Sum of RGB (Red+Green+Blue) = 98+4+128=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #620480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620480 is #9DFB7F. Grayscale: #2D2D2D. Windows color (decimal): -10353536 or 8389730. OLE color: 8389730.

HSL color Cylindrical-coordinate representation of color #620480: hue angle of 285.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620480 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 4 128 -
CMYK 0.23 0.97 0 0.50
HSL 285.48º 0.94% 0.26% -
HSV(B) 285.48º 0.97% 0.5% -
XYZ 8.98 4.24 20.77 -
YUV 46.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 98 4 128 0.23 0.97 0 0.50 285.48 0.94 0.26
Hex 62 4 80 17 61 0 32 11D 5E 1A
Octal 142 4 200 27 141 0 62 435 136 32
Binary 1100010 100 10000000 10111 1100001 0 110010 100011101 1011110 11010

Color Harmonies of #620480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620480

Black with #620480

Text Example


Text Example

White with #620480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620480; }

 p { color: rgb(98,4,128); }

 H1.HeaderClassName
 {
   color: #620480;
 }
 .AnyTagClassName
 {
   color: #620480;
 }
</style>

background-color css

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

 a { background-color: rgb(98,4,128); }

 div.DivClassName
 {
   background-color: #620480;
 }
 .BgClassName
 {
   background-color: #620480;
 }
</style>

border-color css

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

 span { border-color: rgb(98,4,128); }

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