Html Css Color HEX #620490 Indigo

📋 copy color: '#620490'

red 98 ◦ green 4 ◦ blue 144

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

Shades of Indigo #620490

Tints of Indigo #620490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 39.84%
G = 1.63%
B = 58.54%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#620490 (or 0x620490) is known color: Indigo. HEX triplet: 62, 04 and 90. RGB value is (98,4,144). Sum of RGB (Red+Green+Blue) = 98+4+144=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #620490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620490 is #9DFB6F. Grayscale: #2F2F2F. Windows color (decimal): -10353520 or 9438306. OLE color: 9438306.

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

Color convert

RGB 98 4 144 -
CMYK 0.32 0.97 0 0.44
HSL 280.29º 0.95% 0.29% -
HSV(B) 280.29º 0.97% 0.56% -
XYZ 10.11 4.7 26.76 -
YUV 48.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 98 4 144 0.32 0.97 0 0.44 280.29 0.95 0.29
Hex 62 4 90 20 61 0 2C 118 5F 1D
Octal 142 4 220 40 141 0 54 430 137 35
Binary 1100010 100 10010000 100000 1100001 0 101100 100011000 1011111 11101

Color Harmonies of #620490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620490

Black with #620490

Text Example


Text Example

White with #620490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620490; }

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

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

background-color css

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

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

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

border-color css

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

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

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