Html Css Color HEX #620190 Indigo

📋 copy color: '#620190'

red 98 ◦ green 1 ◦ blue 144

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

Shades of Indigo #620190

Tints of Indigo #620190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 40.33%
G = 0.41%
B = 59.26%

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

#620190 (or 0x620190) is known color: Indigo. HEX triplet: 62, 01 and 90. RGB value is (98,1,144). Sum of RGB (Red+Green+Blue) = 98+1+144=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #620190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620190 is #9DFE6F. Grayscale: #2D2D2D. Windows color (decimal): -10354288 or 9437538. OLE color: 9437538.

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

Color convert

RGB 98 1 144 -
CMYK 0.32 0.99 0 0.44
HSL 280.7º 0.99% 0.28% -
HSV(B) 280.7º 0.99% 0.56% -
XYZ 10.08 4.63 26.75 -
YUV 46.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 98 1 144 0.32 0.99 0 0.44 280.7 0.99 0.28
Hex 62 1 90 20 63 0 2C 119 63 1C
Octal 142 1 220 40 143 0 54 431 143 34
Binary 1100010 1 10010000 100000 1100011 0 101100 100011001 1100011 11100

Color Harmonies of #620190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620190

Black with #620190

Text Example


Text Example

White with #620190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620190; }

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

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

background-color css

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

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

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

border-color css

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

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

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