Html Css Color HEX #620476 Indigo

📋 copy color: '#620476'

red 98 ◦ green 4 ◦ blue 118

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

Shades of Indigo #620476

Tints of Indigo #620476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 44.55%
G = 1.82%
B = 53.64%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620476 (or 0x620476) is known color: Indigo. HEX triplet: 62, 04 and 76. RGB value is (98,4,118). Sum of RGB (Red+Green+Blue) = 98+4+118=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #620476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620476 is #9DFB89. Grayscale: #2C2C2C. Windows color (decimal): -10353546 or 7734370. OLE color: 7734370.

HSL color Cylindrical-coordinate representation of color #620476: hue angle of 289.47º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620476 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 4 118 -
CMYK 0.17 0.97 0 0.54
HSL 289.47º 0.93% 0.24% -
HSV(B) 289.47º 0.97% 0.46% -
XYZ 8.35 3.99 17.47 -
YUV 45.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 98 4 118 0.17 0.97 0 0.54 289.47 0.93 0.24
Hex 62 4 76 11 61 0 36 121 5D 18
Octal 142 4 166 21 141 0 66 441 135 30
Binary 1100010 100 1110110 10001 1100001 0 110110 100100001 1011101 11000

Color Harmonies of #620476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620476

Black with #620476

Text Example


Text Example

White with #620476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620476; }

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

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

background-color css

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

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

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

border-color css

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

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

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