Html Css Color HEX #620580 Indigo

📋 copy color: '#620580'

red 98 ◦ green 5 ◦ blue 128

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

Shades of Indigo #620580

Tints of Indigo #620580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 42.42%
G = 2.16%
B = 55.41%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#620580 (or 0x620580) is known color: Indigo. HEX triplet: 62, 05 and 80. RGB value is (98,5,128). Sum of RGB (Red+Green+Blue) = 98+5+128=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #620580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620580 is #9DFA7F. Grayscale: #2E2E2E. Windows color (decimal): -10353280 or 8389986. OLE color: 8389986.

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

Color convert

RGB 98 5 128 -
CMYK 0.23 0.96 0 0.50
HSL 285.37º 0.92% 0.26% -
HSV(B) 285.37º 0.96% 0.5% -
XYZ 8.99 4.26 20.77 -
YUV 46.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 98 5 128 0.23 0.96 0 0.50 285.37 0.92 0.26
Hex 62 5 80 17 60 0 32 11D 5C 1A
Octal 142 5 200 27 140 0 62 435 134 32
Binary 1100010 101 10000000 10111 1100000 0 110010 100011101 1011100 11010

Color Harmonies of #620580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620580

Black with #620580

Text Example


Text Example

White with #620580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620580; }

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

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

background-color css

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

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

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

border-color css

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

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

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