Html Css Color HEX #620DDA Electric Indigo

📋 copy color: '#620DDA'

red 98 ◦ green 13 ◦ blue 218

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

Shades of Electric Indigo #620DDA

Tints of Electric Indigo #620DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 29.79%
G = 3.95%
B = 66.26%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#620DDA (or 0x620DDA) is known color: Electric Indigo. HEX triplet: 62, 0D and DA. RGB value is (98,13,218). Sum of RGB (Red+Green+Blue) = 98+13+218=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #620DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620DDA is #9DF225. Grayscale: #3D3D3D. Windows color (decimal): -10351142 or 14290274. OLE color: 14290274.

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

Color convert

RGB 98 13 218 -
CMYK 0.55 0.94 0 0.15
HSL 264.88º 0.89% 0.45% -
HSV(B) 264.88º 0.94% 0.85% -
XYZ 17.84 7.95 66.92 -
YUV 61.79 216.16 153.83 -
System Red Green Blue C M Y K H S L
Decimal 98 13 218 0.55 0.94 0 0.15 264.88 0.89 0.45
Hex 62 D DA 37 5E 0 F 109 59 2D
Octal 142 15 332 67 136 0 17 411 131 55
Binary 1100010 1101 11011010 110111 1011110 0 1111 100001001 1011001 101101

Color Harmonies of #620DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DDA

Black with #620DDA

Text Example


Text Example

White with #620DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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