Html Css Color HEX #620076 Indigo

📋 copy color: '#620076'

red 98 ◦ green 0 ◦ blue 118

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

Shades of Indigo #620076

Tints of Indigo #620076

RGB

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

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

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

R = 45.37%
G = 0%
B = 54.63%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620076 (or 0x620076) is known color: Indigo. HEX triplet: 62, 00 and 76. RGB value is (98,0,118). Sum of RGB (Red+Green+Blue) = 98+0+118=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #620076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620076 is #9DFF89. Grayscale: #2A2A2A. Windows color (decimal): -10354570 or 7733346. OLE color: 7733346.

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

Color convert

RGB 98 0 118 -
CMYK 0.17 1 0 0.54
HSL 289.83º 1% 0.23% -
HSV(B) 289.83º 1% 0.46% -
XYZ 8.31 3.9 17.46 -
YUV 42.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 98 0 118 0.17 1 0 0.54 289.83 1 0.23
Hex 62 0 76 11 64 0 36 122 64 17
Octal 142 0 166 21 144 0 66 442 144 27
Binary 1100010 0 1110110 10001 1100100 0 110110 100100010 1100100 10111

Color Harmonies of #620076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620076

Black with #620076

Text Example


Text Example

White with #620076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620076; }

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

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

background-color css

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

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

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

border-color css

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

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

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