Html Css Color HEX #620576 Indigo

📋 copy color: '#620576'

red 98 ◦ green 5 ◦ blue 118

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

Shades of Indigo #620576

Tints of Indigo #620576

RGB

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

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

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

R = 44.34%
G = 2.26%
B = 53.39%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620576 (or 0x620576) is known color: Indigo. HEX triplet: 62, 05 and 76. RGB value is (98,5,118). Sum of RGB (Red+Green+Blue) = 98+5+118=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #620576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620576 is #9DFA89. Grayscale: #2D2D2D. Windows color (decimal): -10353290 or 7734626. OLE color: 7734626.

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

Color convert

RGB 98 5 118 -
CMYK 0.17 0.96 0 0.54
HSL 289.38º 0.92% 0.24% -
HSV(B) 289.38º 0.96% 0.46% -
XYZ 8.36 4.01 17.47 -
YUV 45.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 98 5 118 0.17 0.96 0 0.54 289.38 0.92 0.24
Hex 62 5 76 11 60 0 36 121 5C 18
Octal 142 5 166 21 140 0 66 441 134 30
Binary 1100010 101 1110110 10001 1100000 0 110110 100100001 1011100 11000

Color Harmonies of #620576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620576

Black with #620576

Text Example


Text Example

White with #620576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620576; }

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

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

background-color css

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

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

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

border-color css

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

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

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