Html Css Color HEX #620E74 Indigo

📋 copy color: '#620E74'

red 98 ◦ green 14 ◦ blue 116

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

Shades of Indigo #620E74

Tints of Indigo #620E74

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

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

R = 42.98%
G = 6.14%
B = 50.88%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620E74 (or 0x620E74) is known color: Indigo. HEX triplet: 62, 0E and 74. RGB value is (98,14,116). Sum of RGB (Red+Green+Blue) = 98+14+116=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #620E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E74 is #9DF18B. Grayscale: #323232. Windows color (decimal): -10350988 or 7605858. OLE color: 7605858.

HSL color Cylindrical-coordinate representation of color #620E74: hue angle of 289.41º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620E74 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 14 116 -
CMYK 0.16 0.88 0 0.55
HSL 289.41º 0.78% 0.25% -
HSV(B) 289.41º 0.88% 0.45% -
XYZ 8.35 4.17 16.89 -
YUV 50.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 98 14 116 0.16 0.88 0 0.55 289.41 0.78 0.25
Hex 62 E 74 10 58 0 37 121 4E 19
Octal 142 16 164 20 130 0 67 441 116 31
Binary 1100010 1110 1110100 10000 1011000 0 110111 100100001 1001110 11001

Color Harmonies of #620E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E74

Black with #620E74

Text Example


Text Example

White with #620E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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