Html Css Color HEX #621890 Indigo

📋 copy color: '#621890'

red 98 ◦ green 24 ◦ blue 144

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

Shades of Indigo #621890

Tints of Indigo #621890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 36.84%
G = 9.02%
B = 54.14%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#621890 (or 0x621890) is known color: Indigo. HEX triplet: 62, 18 and 90. RGB value is (98,24,144). Sum of RGB (Red+Green+Blue) = 98+24+144=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #621890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621890 is #9DE76F. Grayscale: #3B3B3B. Windows color (decimal): -10348400 or 9443426. OLE color: 9443426.

HSL color Cylindrical-coordinate representation of color #621890: hue angle of 277º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621890 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 24 144 -
CMYK 0.32 0.83 0 0.44
HSL 277º 0.71% 0.33% -
HSV(B) 277º 0.83% 0.56% -
XYZ 10.4 5.26 26.85 -
YUV 59.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 98 24 144 0.32 0.83 0 0.44 277 0.71 0.33
Hex 62 18 90 20 53 0 2C 115 47 21
Octal 142 30 220 40 123 0 54 425 107 41
Binary 1100010 11000 10010000 100000 1010011 0 101100 100010101 1000111 100001

Color Harmonies of #621890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621890

Black with #621890

Text Example


Text Example

White with #621890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621890; }

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

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

background-color css

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

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

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

border-color css

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

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

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