Html Css Color HEX #620776 Indigo

📋 copy color: '#620776'

red 98 ◦ green 7 ◦ blue 118

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

Shades of Indigo #620776

Tints of Indigo #620776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 43.95%
G = 3.14%
B = 52.91%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620776 (or 0x620776) is known color: Indigo. HEX triplet: 62, 07 and 76. RGB value is (98,7,118). Sum of RGB (Red+Green+Blue) = 98+7+118=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #620776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620776 is #9DF889. Grayscale: #2E2E2E. Windows color (decimal): -10352778 or 7735138. OLE color: 7735138.

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

Color convert

RGB 98 7 118 -
CMYK 0.17 0.94 0 0.54
HSL 289.19º 0.89% 0.25% -
HSV(B) 289.19º 0.94% 0.46% -
XYZ 8.38 4.06 17.48 -
YUV 46.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 98 7 118 0.17 0.94 0 0.54 289.19 0.89 0.25
Hex 62 7 76 11 5E 0 36 121 59 19
Octal 142 7 166 21 136 0 66 441 131 31
Binary 1100010 111 1110110 10001 1011110 0 110110 100100001 1011001 11001

Color Harmonies of #620776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620776

Black with #620776

Text Example


Text Example

White with #620776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620776; }

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

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

background-color css

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

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

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

border-color css

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

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

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