Html Css Color HEX #620DDB Electric Indigo

📋 copy color: '#620DDB'

red 98 ◦ green 13 ◦ blue 219

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

Shades of Electric Indigo #620DDB

Tints of Electric Indigo #620DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.94%

 BLUE value IS 219 (85.94% from 255) = 66.36%

R = 29.7%
G = 3.94%
B = 66.36%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#620DDB (or 0x620DDB) is known color: Electric Indigo. HEX triplet: 62, 0D and DB. RGB value is (98,13,219). Sum of RGB (Red+Green+Blue) = 98+13+219=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #620DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620DDB is #9DF224. Grayscale: #3D3D3D. Windows color (decimal): -10351141 or 14355810. OLE color: 14355810.

HSL color Cylindrical-coordinate representation of color #620DDB: hue angle of 264.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620DDB is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 13 219 -
CMYK 0.55 0.94 0 0.14
HSL 264.76º 0.89% 0.45% -
HSV(B) 264.76º 0.94% 0.86% -
XYZ 17.97 8 67.61 -
YUV 61.9 216.66 153.75 -
System Red Green Blue C M Y K H S L
Decimal 98 13 219 0.55 0.94 0 0.14 264.76 0.89 0.45
Hex 62 D DB 37 5E 0 E 109 59 2D
Octal 142 15 333 67 136 0 16 411 131 55
Binary 1100010 1101 11011011 110111 1011110 0 1110 100001001 1011001 101101

Color Harmonies of #620DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DDB

Black with #620DDB

Text Example


Text Example

White with #620DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,219); }

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

background-color css

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

 a { background-color: rgb(98,13,219); }

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

border-color css

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

 span { border-color: rgb(98,13,219); }

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