Html Css Color HEX #620376 Indigo

📋 copy color: '#620376'

red 98 ◦ green 3 ◦ blue 118

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

Shades of Indigo #620376

Tints of Indigo #620376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 44.75%
G = 1.37%
B = 53.88%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#620376 (or 0x620376) is known color: Indigo. HEX triplet: 62, 03 and 76. RGB value is (98,3,118). Sum of RGB (Red+Green+Blue) = 98+3+118=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #620376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620376 is #9DFC89. Grayscale: #2C2C2C. Windows color (decimal): -10353802 or 7734114. OLE color: 7734114.

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

Color convert

RGB 98 3 118 -
CMYK 0.17 0.97 0 0.54
HSL 289.57º 0.95% 0.24% -
HSV(B) 289.57º 0.97% 0.46% -
XYZ 8.34 3.97 17.47 -
YUV 44.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 98 3 118 0.17 0.97 0 0.54 289.57 0.95 0.24
Hex 62 3 76 11 61 0 36 122 5F 18
Octal 142 3 166 21 141 0 66 442 137 30
Binary 1100010 11 1110110 10001 1100001 0 110110 100100010 1011111 11000

Color Harmonies of #620376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620376

Black with #620376

Text Example


Text Example

White with #620376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620376; }

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

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

background-color css

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

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

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

border-color css

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

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

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