Html Css Color HEX #620590 Indigo

📋 copy color: '#620590'

red 98 ◦ green 5 ◦ blue 144

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

Shades of Indigo #620590

Tints of Indigo #620590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 39.68%
G = 2.02%
B = 58.3%

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

#620590 (or 0x620590) is known color: Indigo. HEX triplet: 62, 05 and 90. RGB value is (98,5,144). Sum of RGB (Red+Green+Blue) = 98+5+144=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #620590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620590 is #9DFA6F. Grayscale: #303030. Windows color (decimal): -10353264 or 9438562. OLE color: 9438562.

HSL color Cylindrical-coordinate representation of color #620590: hue angle of 280.14º degrees, saturation: 0.93, 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 #620590 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 5 144 -
CMYK 0.32 0.97 0 0.44
HSL 280.14º 0.93% 0.29% -
HSV(B) 280.14º 0.97% 0.56% -
XYZ 10.13 4.72 26.76 -
YUV 48.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 98 5 144 0.32 0.97 0 0.44 280.14 0.93 0.29
Hex 62 5 90 20 61 0 2C 118 5D 1D
Octal 142 5 220 40 141 0 54 430 135 35
Binary 1100010 101 10010000 100000 1100001 0 101100 100011000 1011101 11101

Color Harmonies of #620590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620590

Black with #620590

Text Example


Text Example

White with #620590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620590; }

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

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

background-color css

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

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

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

border-color css

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

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

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