Html Css Color HEX #620077 Indigo

📋 copy color: '#620077'

red 98 ◦ green 0 ◦ blue 119

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

Shades of Indigo #620077

Tints of Indigo #620077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 45.16%
G = 0%
B = 54.84%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#620077 (or 0x620077) is known color: Indigo. HEX triplet: 62, 00 and 77. RGB value is (98,0,119). Sum of RGB (Red+Green+Blue) = 98+0+119=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #620077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620077 is #9DFF88. Grayscale: #2A2A2A. Windows color (decimal): -10354569 or 7798882. OLE color: 7798882.

HSL color Cylindrical-coordinate representation of color #620077: hue angle of 289.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620077 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 0 119 -
CMYK 0.18 1 0 0.53
HSL 289.41º 1% 0.23% -
HSV(B) 289.41º 1% 0.47% -
XYZ 8.37 3.93 17.77 -
YUV 42.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 98 0 119 0.18 1 0 0.53 289.41 1 0.23
Hex 62 0 77 12 64 0 35 121 64 17
Octal 142 0 167 22 144 0 65 441 144 27
Binary 1100010 0 1110111 10010 1100100 0 110101 100100001 1100100 10111

Color Harmonies of #620077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620077

Black with #620077

Text Example


Text Example

White with #620077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620077; }

 p { color: rgb(98,0,119); }

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

background-color css

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

 a { background-color: rgb(98,0,119); }

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

border-color css

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

 span { border-color: rgb(98,0,119); }

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