Html Css Color HEX #621880 Indigo

📋 copy color: '#621880'

red 98 ◦ green 24 ◦ blue 128

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

Shades of Indigo #621880

Tints of Indigo #621880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

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

R = 39.2%
G = 9.6%
B = 51.2%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#621880 (or 0x621880) is known color: Indigo. HEX triplet: 62, 18 and 80. RGB value is (98,24,128). Sum of RGB (Red+Green+Blue) = 98+24+128=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #621880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621880 is #9DE77F. Grayscale: #393939. Windows color (decimal): -10348416 or 8394850. OLE color: 8394850.

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

Color convert

RGB 98 24 128 -
CMYK 0.23 0.81 0 0.50
HSL 282.69º 0.68% 0.3% -
HSV(B) 282.69º 0.81% 0.5% -
XYZ 9.26 4.81 20.86 -
YUV 57.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 98 24 128 0.23 0.81 0 0.50 282.69 0.68 0.3
Hex 62 18 80 17 51 0 32 11B 44 1E
Octal 142 30 200 27 121 0 62 433 104 36
Binary 1100010 11000 10000000 10111 1010001 0 110010 100011011 1000100 11110

Color Harmonies of #621880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621880

Black with #621880

Text Example


Text Example

White with #621880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621880; }

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

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

background-color css

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

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

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

border-color css

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

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

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