Html Css Color HEX #620CDD Electric Indigo

📋 copy color: '#620CDD'

red 98 ◦ green 12 ◦ blue 221

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

Shades of Electric Indigo #620CDD

Tints of Electric Indigo #620CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 29.61%
G = 3.63%
B = 66.77%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#620CDD (or 0x620CDD) is known color: Electric Indigo. HEX triplet: 62, 0C and DD. RGB value is (98,12,221). Sum of RGB (Red+Green+Blue) = 98+12+221=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #620CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620CDD is #9DF322. Grayscale: #3C3C3C. Windows color (decimal): -10351395 or 14486626. OLE color: 14486626.

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

Color convert

RGB 98 12 221 -
CMYK 0.56 0.95 0 0.13
HSL 264.69º 0.9% 0.46% -
HSV(B) 264.69º 0.95% 0.87% -
XYZ 18.22 8.08 69.01 -
YUV 61.54 217.99 154.01 -
System Red Green Blue C M Y K H S L
Decimal 98 12 221 0.56 0.95 0 0.13 264.69 0.9 0.46
Hex 62 C DD 38 5F 0 D 109 5A 2E
Octal 142 14 335 70 137 0 15 411 132 56
Binary 1100010 1100 11011101 111000 1011111 0 1101 100001001 1011010 101110

Color Harmonies of #620CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CDD

Black with #620CDD

Text Example


Text Example

White with #620CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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