Html Css Color HEX #620990 Indigo

📋 copy color: '#620990'

red 98 ◦ green 9 ◦ blue 144

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

Shades of Indigo #620990

Tints of Indigo #620990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 39.04%
G = 3.59%
B = 57.37%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#620990 (or 0x620990) is known color: Indigo. HEX triplet: 62, 09 and 90. RGB value is (98,9,144). Sum of RGB (Red+Green+Blue) = 98+9+144=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #620990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620990 is #9DF66F. Grayscale: #323232. Windows color (decimal): -10352240 or 9439586. OLE color: 9439586.

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

Color convert

RGB 98 9 144 -
CMYK 0.32 0.94 0 0.44
HSL 279.56º 0.88% 0.3% -
HSV(B) 279.56º 0.94% 0.56% -
XYZ 10.17 4.81 26.78 -
YUV 51 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 98 9 144 0.32 0.94 0 0.44 279.56 0.88 0.3
Hex 62 9 90 20 5E 0 2C 118 58 1E
Octal 142 11 220 40 136 0 54 430 130 36
Binary 1100010 1001 10010000 100000 1011110 0 101100 100011000 1011000 11110

Color Harmonies of #620990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620990

Black with #620990

Text Example


Text Example

White with #620990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620990; }

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

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

background-color css

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

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

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

border-color css

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

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

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