Html Css Color HEX #620374 Indigo

📋 copy color: '#620374'

red 98 ◦ green 3 ◦ blue 116

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

Shades of Indigo #620374

Tints of Indigo #620374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 45.16%
G = 1.38%
B = 53.46%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620374 (or 0x620374) is known color: Indigo. HEX triplet: 62, 03 and 74. RGB value is (98,3,116). Sum of RGB (Red+Green+Blue) = 98+3+116=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #620374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620374 is #9DFC8B. Grayscale: #2B2B2B. Windows color (decimal): -10353804 or 7603042. OLE color: 7603042.

HSL color Cylindrical-coordinate representation of color #620374: hue angle of 290.44º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620374 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 3 116 -
CMYK 0.16 0.97 0 0.55
HSL 290.44º 0.95% 0.23% -
HSV(B) 290.44º 0.97% 0.45% -
XYZ 8.22 3.92 16.85 -
YUV 44.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 98 3 116 0.16 0.97 0 0.55 290.44 0.95 0.23
Hex 62 3 74 10 61 0 37 122 5F 17
Octal 142 3 164 20 141 0 67 442 137 27
Binary 1100010 11 1110100 10000 1100001 0 110111 100100010 1011111 10111

Color Harmonies of #620374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620374

Black with #620374

Text Example


Text Example

White with #620374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620374; }

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

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

background-color css

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

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

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

border-color css

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

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

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