Html Css Color HEX #620976 Indigo

📋 copy color: '#620976'

red 98 ◦ green 9 ◦ blue 118

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

Shades of Indigo #620976

Tints of Indigo #620976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

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

R = 43.56%
G = 4%
B = 52.44%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620976 (or 0x620976) is known color: Indigo. HEX triplet: 62, 09 and 76. RGB value is (98,9,118). Sum of RGB (Red+Green+Blue) = 98+9+118=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #620976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620976 is #9DF689. Grayscale: #2F2F2F. Windows color (decimal): -10352266 or 7735650. OLE color: 7735650.

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

Color convert

RGB 98 9 118 -
CMYK 0.17 0.92 0 0.54
HSL 288.99º 0.86% 0.25% -
HSV(B) 288.99º 0.92% 0.46% -
XYZ 8.4 4.1 17.49 -
YUV 48.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 98 9 118 0.17 0.92 0 0.54 288.99 0.86 0.25
Hex 62 9 76 11 5C 0 36 121 56 19
Octal 142 11 166 21 134 0 66 441 126 31
Binary 1100010 1001 1110110 10001 1011100 0 110110 100100001 1010110 11001

Color Harmonies of #620976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620976

Black with #620976

Text Example


Text Example

White with #620976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620976; }

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

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

background-color css

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

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

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

border-color css

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

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

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