Html Css Color HEX #621380 Indigo

📋 copy color: '#621380'

red 98 ◦ green 19 ◦ blue 128

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

Shades of Indigo #621380

Tints of Indigo #621380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 40%
G = 7.76%
B = 52.24%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#621380 (or 0x621380) is known color: Indigo. HEX triplet: 62, 13 and 80. RGB value is (98,19,128). Sum of RGB (Red+Green+Blue) = 98+19+128=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #621380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621380 is #9DEC7F. Grayscale: #363636. Windows color (decimal): -10349696 or 8393570. OLE color: 8393570.

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

Color convert

RGB 98 19 128 -
CMYK 0.23 0.85 0 0.50
HSL 283.49º 0.74% 0.29% -
HSV(B) 283.49º 0.85% 0.5% -
XYZ 9.17 4.62 20.83 -
YUV 55.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 98 19 128 0.23 0.85 0 0.50 283.49 0.74 0.29
Hex 62 13 80 17 55 0 32 11B 4A 1D
Octal 142 23 200 27 125 0 62 433 112 35
Binary 1100010 10011 10000000 10111 1010101 0 110010 100011011 1001010 11101

Color Harmonies of #621380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621380

Black with #621380

Text Example


Text Example

White with #621380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621380; }

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

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

background-color css

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

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

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

border-color css

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

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

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