Html Css Color HEX #621980 Indigo

📋 copy color: '#621980'

red 98 ◦ green 25 ◦ blue 128

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

Shades of Indigo #621980

Tints of Indigo #621980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

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

R = 39.04%
G = 9.96%
B = 51%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#621980 (or 0x621980) is known color: Indigo. HEX triplet: 62, 19 and 80. RGB value is (98,25,128). Sum of RGB (Red+Green+Blue) = 98+25+128=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #621980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621980 is #9DE67F. Grayscale: #3A3A3A. Windows color (decimal): -10348160 or 8395106. OLE color: 8395106.

HSL color Cylindrical-coordinate representation of color #621980: hue angle of 282.52º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621980 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 25 128 -
CMYK 0.23 0.80 0 0.50
HSL 282.52º 0.67% 0.3% -
HSV(B) 282.52º 0.8% 0.5% -
XYZ 9.28 4.85 20.87 -
YUV 58.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 98 25 128 0.23 0.80 0 0.50 282.52 0.67 0.3
Hex 62 19 80 17 50 0 32 11B 43 1E
Octal 142 31 200 27 120 0 62 433 103 36
Binary 1100010 11001 10000000 10111 1010000 0 110010 100011011 1000011 11110

Color Harmonies of #621980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621980

Black with #621980

Text Example


Text Example

White with #621980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621980; }

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

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

background-color css

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

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

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

border-color css

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

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

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