Html Css Color HEX #620AD8 Electric Indigo

📋 copy color: '#620AD8'

red 98 ◦ green 10 ◦ blue 216

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

Shades of Electric Indigo #620AD8

Tints of Electric Indigo #620AD8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.09%

 BLUE value IS 216 (84.77% from 255) = 66.67%

R = 30.25%
G = 3.09%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#620AD8 (or 0x620AD8) is known color: Electric Indigo. HEX triplet: 62, 0A and D8. RGB value is (98,10,216). Sum of RGB (Red+Green+Blue) = 98+10+216=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 216 (84.77% from 255 or 66.67% from 324); Max value from RGB is 216 - color contains mainly: blue. Hex color #620AD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620AD8 is #9DF527. Grayscale: #3B3B3B. Windows color (decimal): -10351912 or 14158434. OLE color: 14158434.

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

Color convert

RGB 98 10 216 -
CMYK 0.55 0.95 0 0.15
HSL 265.63º 0.91% 0.44% -
HSV(B) 265.63º 0.95% 0.85% -
XYZ 17.54 7.77 65.54 -
YUV 59.8 216.15 155.25 -
System Red Green Blue C M Y K H S L
Decimal 98 10 216 0.55 0.95 0 0.15 265.63 0.91 0.44
Hex 62 A D8 37 5F 0 F 10A 5B 2C
Octal 142 12 330 67 137 0 17 412 133 54
Binary 1100010 1010 11011000 110111 1011111 0 1111 100001010 1011011 101100

Color Harmonies of #620AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620AD8

Black with #620AD8

Text Example


Text Example

White with #620AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,10,216); }

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

background-color css

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

 a { background-color: rgb(98,10,216); }

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

border-color css

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

 span { border-color: rgb(98,10,216); }

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