Html Css Color HEX #620980 Indigo

📋 copy color: '#620980'

red 98 ◦ green 9 ◦ blue 128

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

Shades of Indigo #620980

Tints of Indigo #620980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 41.7%
G = 3.83%
B = 54.47%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#620980 (or 0x620980) is known color: Indigo. HEX triplet: 62, 09 and 80. RGB value is (98,9,128). Sum of RGB (Red+Green+Blue) = 98+9+128=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #620980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620980 is #9DF67F. Grayscale: #303030. Windows color (decimal): -10352256 or 8391010. OLE color: 8391010.

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

Color convert

RGB 98 9 128 -
CMYK 0.23 0.93 0 0.50
HSL 284.87º 0.87% 0.27% -
HSV(B) 284.87º 0.93% 0.5% -
XYZ 9.03 4.35 20.79 -
YUV 49.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 98 9 128 0.23 0.93 0 0.50 284.87 0.87 0.27
Hex 62 9 80 17 5D 0 32 11D 57 1B
Octal 142 11 200 27 135 0 62 435 127 33
Binary 1100010 1001 10000000 10111 1011101 0 110010 100011101 1010111 11011

Color Harmonies of #620980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620980

Black with #620980

Text Example


Text Example

White with #620980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620980; }

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

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

background-color css

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

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

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

border-color css

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

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

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