Html Css Color HEX #620393 Indigo

📋 copy color: '#620393'

red 98 ◦ green 3 ◦ blue 147

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

Shades of Indigo #620393

Tints of Indigo #620393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.27%

R = 39.52%
G = 1.21%
B = 59.27%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#620393 (or 0x620393) is known color: Indigo. HEX triplet: 62, 03 and 93. RGB value is (98,3,147). Sum of RGB (Red+Green+Blue) = 98+3+147=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #620393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620393 is #9DFC6C. Grayscale: #2F2F2F. Windows color (decimal): -10353773 or 9634658. OLE color: 9634658.

HSL color Cylindrical-coordinate representation of color #620393: hue angle of 279.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620393 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 3 147 -
CMYK 0.33 0.98 0 0.42
HSL 279.58º 0.96% 0.29% -
HSV(B) 279.58º 0.98% 0.58% -
XYZ 10.34 4.77 27.98 -
YUV 47.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 98 3 147 0.33 0.98 0 0.42 279.58 0.96 0.29
Hex 62 3 93 21 62 0 2A 118 60 1D
Octal 142 3 223 41 142 0 52 430 140 35
Binary 1100010 11 10010011 100001 1100010 0 101010 100011000 1100000 11101

Color Harmonies of #620393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620393

Black with #620393

Text Example


Text Example

White with #620393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620393; }

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

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

background-color css

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

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

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

border-color css

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

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

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