Html Css Color HEX #620E73 Indigo

📋 copy color: '#620E73'

red 98 ◦ green 14 ◦ blue 115

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

Shades of Indigo #620E73

Tints of Indigo #620E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 43.17%
G = 6.17%
B = 50.66%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620E73 (or 0x620E73) is known color: Indigo. HEX triplet: 62, 0E and 73. RGB value is (98,14,115). Sum of RGB (Red+Green+Blue) = 98+14+115=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #620E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E73 is #9DF18C. Grayscale: #323232. Windows color (decimal): -10350989 or 7540322. OLE color: 7540322.

HSL color Cylindrical-coordinate representation of color #620E73: hue angle of 289.9º 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 #620E73 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 14 115 -
CMYK 0.15 0.88 0 0.55
HSL 289.9º 0.78% 0.25% -
HSV(B) 289.9º 0.88% 0.45% -
XYZ 8.29 4.15 16.58 -
YUV 50.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 98 14 115 0.15 0.88 0 0.55 289.9 0.78 0.25
Hex 62 E 73 F 58 0 37 122 4E 19
Octal 142 16 163 17 130 0 67 442 116 31
Binary 1100010 1110 1110011 1111 1011000 0 110111 100100010 1001110 11001

Color Harmonies of #620E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E73

Black with #620E73

Text Example


Text Example

White with #620E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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