Html Css Color HEX #620290 Indigo

📋 copy color: '#620290'

red 98 ◦ green 2 ◦ blue 144

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

Shades of Indigo #620290

Tints of Indigo #620290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 40.16%
G = 0.82%
B = 59.02%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#620290 (or 0x620290) is known color: Indigo. HEX triplet: 62, 02 and 90. RGB value is (98,2,144). Sum of RGB (Red+Green+Blue) = 98+2+144=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #620290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620290 is #9DFD6F. Grayscale: #2E2E2E. Windows color (decimal): -10354032 or 9437794. OLE color: 9437794.

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

Color convert

RGB 98 2 144 -
CMYK 0.32 0.99 0 0.44
HSL 280.56º 0.97% 0.29% -
HSV(B) 280.56º 0.99% 0.56% -
XYZ 10.09 4.65 26.75 -
YUV 46.89 182.8 164.45 -
System Red Green Blue C M Y K H S L
Decimal 98 2 144 0.32 0.99 0 0.44 280.56 0.97 0.29
Hex 62 2 90 20 63 0 2C 119 61 1D
Octal 142 2 220 40 143 0 54 431 141 35
Binary 1100010 10 10010000 100000 1100011 0 101100 100011001 1100001 11101

Color Harmonies of #620290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620290

Black with #620290

Text Example


Text Example

White with #620290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620290; }

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

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

background-color css

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

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

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

border-color css

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

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

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