Html Css Color HEX #621580 Indigo

📋 copy color: '#621580'

red 98 ◦ green 21 ◦ blue 128

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

Shades of Indigo #621580

Tints of Indigo #621580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

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

R = 39.68%
G = 8.5%
B = 51.82%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#621580 (or 0x621580) is known color: Indigo. HEX triplet: 62, 15 and 80. RGB value is (98,21,128). Sum of RGB (Red+Green+Blue) = 98+21+128=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #621580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621580 is #9DEA7F. Grayscale: #373737. Windows color (decimal): -10349184 or 8394082. OLE color: 8394082.

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

Color convert

RGB 98 21 128 -
CMYK 0.23 0.84 0 0.50
HSL 283.18º 0.72% 0.29% -
HSV(B) 283.18º 0.84% 0.5% -
XYZ 9.2 4.69 20.84 -
YUV 56.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 98 21 128 0.23 0.84 0 0.50 283.18 0.72 0.29
Hex 62 15 80 17 54 0 32 11B 48 1D
Octal 142 25 200 27 124 0 62 433 110 35
Binary 1100010 10101 10000000 10111 1010100 0 110010 100011011 1001000 11101

Color Harmonies of #621580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621580

Black with #621580

Text Example


Text Example

White with #621580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621580; }

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

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

background-color css

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

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

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

border-color css

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

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

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