Html Css Color HEX #620DFF Electric Indigo

📋 copy color: '#620DFF'

red 98 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #620DFF

Tints of Electric Indigo #620DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.67%

R = 26.78%
G = 3.55%
B = 69.67%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#620DFF (or 0x620DFF) is known color: Electric Indigo. HEX triplet: 62, 0D and FF. RGB value is (98,13,255). Sum of RGB (Red+Green+Blue) = 98+13+255=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #620DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620DFF is #9DF200. Grayscale: #414141. Windows color (decimal): -10351105 or 16715106. OLE color: 16715106.

HSL color Cylindrical-coordinate representation of color #620DFF: hue angle of 261.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620DFF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 13 255 -
CMYK 0.62 0.95 0 0
HSL 261.07º 1% 0.53% -
HSV(B) 261.07º 0.95% 1% -
XYZ 23.23 10.1 95.33 -
YUV 66 234.66 150.82 -
System Red Green Blue C M Y K H S L
Decimal 98 13 255 0.62 0.95 0 0 261.07 1 0.53
Hex 62 D FF 3E 5F 0 0 105 64 35
Octal 142 15 377 76 137 0 0 405 144 65
Binary 1100010 1101 11111111 111110 1011111 0 0 100000101 1100100 110101

Color Harmonies of #620DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DFF

Black with #620DFF

Text Example


Text Example

White with #620DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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