Html Css Color HEX #620E9D Indigo

📋 copy color: '#620E9D'

red 98 ◦ green 14 ◦ blue 157

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

Shades of Indigo #620E9D

Tints of Indigo #620E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.36%

R = 36.43%
G = 5.2%
B = 58.36%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#620E9D (or 0x620E9D) is known color: Indigo. HEX triplet: 62, 0E and 9D. RGB value is (98,14,157). Sum of RGB (Red+Green+Blue) = 98+14+157=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #620E9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620E9D is #9DF162. Grayscale: #363636. Windows color (decimal): -10350947 or 10292834. OLE color: 10292834.

HSL color Cylindrical-coordinate representation of color #620E9D: hue angle of 275.24º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620E9D is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 14 157 -
CMYK 0.38 0.91 0 0.38
HSL 275.24º 0.84% 0.34% -
HSV(B) 275.24º 0.91% 0.62% -
XYZ 11.28 5.35 32.34 -
YUV 55.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 98 14 157 0.38 0.91 0 0.38 275.24 0.84 0.34
Hex 62 E 9D 26 5B 0 26 113 54 22
Octal 142 16 235 46 133 0 46 423 124 42
Binary 1100010 1110 10011101 100110 1011011 0 100110 100010011 1010100 100010

Color Harmonies of #620E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E9D

Black with #620E9D

Text Example


Text Example

White with #620E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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