Html Css Color HEX #620CDA Electric Indigo

📋 copy color: '#620CDA'

red 98 ◦ green 12 ◦ blue 218

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

Shades of Electric Indigo #620CDA

Tints of Electric Indigo #620CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.66%

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

R = 29.88%
G = 3.66%
B = 66.46%

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

#620CDA (or 0x620CDA) is known color: Electric Indigo. HEX triplet: 62, 0C and DA. RGB value is (98,12,218). Sum of RGB (Red+Green+Blue) = 98+12+218=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #620CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CDA is #9DF325. Grayscale: #3C3C3C. Windows color (decimal): -10351398 or 14290018. OLE color: 14290018.

HSL color Cylindrical-coordinate representation of color #620CDA: hue angle of 265.05º degrees, saturation: 0.9, 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 #620CDA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 12 218 -
CMYK 0.55 0.94 0 0.15
HSL 265.05º 0.9% 0.45% -
HSV(B) 265.05º 0.94% 0.85% -
XYZ 17.82 7.92 66.92 -
YUV 61.2 216.49 154.25 -
System Red Green Blue C M Y K H S L
Decimal 98 12 218 0.55 0.94 0 0.15 265.05 0.9 0.45
Hex 62 C DA 37 5E 0 F 109 5A 2D
Octal 142 14 332 67 136 0 17 411 132 55
Binary 1100010 1100 11011010 110111 1011110 0 1111 100001001 1011010 101101

Color Harmonies of #620CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CDA

Black with #620CDA

Text Example


Text Example

White with #620CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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