Html Css Color HEX #620DDF Electric Indigo

📋 copy color: '#620DDF'

red 98 ◦ green 13 ◦ blue 223

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

Shades of Electric Indigo #620DDF

Tints of Electric Indigo #620DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 29.34%
G = 3.89%
B = 66.77%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#620DDF (or 0x620DDF) is known color: Electric Indigo. HEX triplet: 62, 0D and DF. RGB value is (98,13,223). Sum of RGB (Red+Green+Blue) = 98+13+223=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #620DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620DDF is #9DF220. Grayscale: #3D3D3D. Windows color (decimal): -10351137 or 14617954. OLE color: 14617954.

HSL color Cylindrical-coordinate representation of color #620DDF: hue angle of 264.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620DDF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 13 223 -
CMYK 0.56 0.94 0 0.13
HSL 264.29º 0.89% 0.46% -
HSV(B) 264.29º 0.94% 0.87% -
XYZ 18.5 8.21 70.42 -
YUV 62.36 218.66 153.42 -
System Red Green Blue C M Y K H S L
Decimal 98 13 223 0.56 0.94 0 0.13 264.29 0.89 0.46
Hex 62 D DF 38 5E 0 D 108 59 2E
Octal 142 15 337 70 136 0 15 410 131 56
Binary 1100010 1101 11011111 111000 1011110 0 1101 100001000 1011001 101110

Color Harmonies of #620DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DDF

Black with #620DDF

Text Example


Text Example

White with #620DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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