Html Css Color HEX #620474 Indigo

📋 copy color: '#620474'

red 98 ◦ green 4 ◦ blue 116

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

Shades of Indigo #620474

Tints of Indigo #620474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 44.95%
G = 1.83%
B = 53.21%

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

#620474 (or 0x620474) is known color: Indigo. HEX triplet: 62, 04 and 74. RGB value is (98,4,116). Sum of RGB (Red+Green+Blue) = 98+4+116=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #620474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620474 is #9DFB8B. Grayscale: #2C2C2C. Windows color (decimal): -10353548 or 7603298. OLE color: 7603298.

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

Color convert

RGB 98 4 116 -
CMYK 0.16 0.97 0 0.55
HSL 290.36º 0.93% 0.24% -
HSV(B) 290.36º 0.97% 0.45% -
XYZ 8.23 3.94 16.85 -
YUV 44.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 98 4 116 0.16 0.97 0 0.55 290.36 0.93 0.24
Hex 62 4 74 10 61 0 37 122 5D 18
Octal 142 4 164 20 141 0 67 442 135 30
Binary 1100010 100 1110100 10000 1100001 0 110111 100100010 1011101 11000

Color Harmonies of #620474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620474

Black with #620474

Text Example


Text Example

White with #620474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620474; }

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

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

background-color css

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

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

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

border-color css

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

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

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