Html Css Color HEX #621490 Indigo

📋 copy color: '#621490'

red 98 ◦ green 20 ◦ blue 144

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

Shades of Indigo #621490

Tints of Indigo #621490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 37.4%
G = 7.63%
B = 54.96%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#621490 (or 0x621490) is known color: Indigo. HEX triplet: 62, 14 and 90. RGB value is (98,20,144). Sum of RGB (Red+Green+Blue) = 98+20+144=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #621490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621490 is #9DEB6F. Grayscale: #393939. Windows color (decimal): -10349424 or 9442402. OLE color: 9442402.

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

Color convert

RGB 98 20 144 -
CMYK 0.32 0.86 0 0.44
HSL 277.74º 0.76% 0.32% -
HSV(B) 277.74º 0.86% 0.56% -
XYZ 10.32 5.11 26.83 -
YUV 57.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 98 20 144 0.32 0.86 0 0.44 277.74 0.76 0.32
Hex 62 14 90 20 56 0 2C 116 4C 20
Octal 142 24 220 40 126 0 54 426 114 40
Binary 1100010 10100 10010000 100000 1010110 0 101100 100010110 1001100 100000

Color Harmonies of #621490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621490

Black with #621490

Text Example


Text Example

White with #621490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621490; }

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

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

background-color css

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

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

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

border-color css

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

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

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