Html Css Color HEX #620176 Indigo

📋 copy color: '#620176'

red 98 ◦ green 1 ◦ blue 118

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

Shades of Indigo #620176

Tints of Indigo #620176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 45.16%
G = 0.46%
B = 54.38%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620176 (or 0x620176) is known color: Indigo. HEX triplet: 62, 01 and 76. RGB value is (98,1,118). Sum of RGB (Red+Green+Blue) = 98+1+118=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #620176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620176 is #9DFE89. Grayscale: #2A2A2A. Windows color (decimal): -10354314 or 7733602. OLE color: 7733602.

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

Color convert

RGB 98 1 118 -
CMYK 0.17 0.99 0 0.54
HSL 289.74º 0.98% 0.23% -
HSV(B) 289.74º 0.99% 0.46% -
XYZ 8.32 3.93 17.46 -
YUV 43.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 98 1 118 0.17 0.99 0 0.54 289.74 0.98 0.23
Hex 62 1 76 11 63 0 36 122 62 17
Octal 142 1 166 21 143 0 66 442 142 27
Binary 1100010 1 1110110 10001 1100011 0 110110 100100010 1100010 10111

Color Harmonies of #620176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620176

Black with #620176

Text Example


Text Example

White with #620176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620176; }

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

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

background-color css

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

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

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

border-color css

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

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

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