Html Css Color HEX #720DDE Electric Indigo

📋 copy color: '#720DDE'

red 114 ◦ green 13 ◦ blue 222

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

Shades of Electric Indigo #720DDE

Tints of Electric Indigo #720DDE

RGB

 RED value IS 114 (44.92% from 255) = 32.66%

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

 BLUE value IS 222 (87.11% from 255) = 63.61%

R = 32.66%
G = 3.72%
B = 63.61%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#720DDE (or 0x720DDE) is known color: Electric Indigo. HEX triplet: 72, 0D and DE. RGB value is (114,13,222). Sum of RGB (Red+Green+Blue) = 114+13+222=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #720DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720DDE is #8DF221. Grayscale: #424242. Windows color (decimal): -9302562 or 14552434. OLE color: 14552434.

HSL color Cylindrical-coordinate representation of color #720DDE: hue angle of 269º 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 #720DDE is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 13 222 -
CMYK 0.49 0.94 0 0.13
HSL 269º 0.89% 0.46% -
HSV(B) 269º 0.94% 0.87% -
XYZ 20.27 9.14 69.8 -
YUV 67.03 215.46 161.51 -
System Red Green Blue C M Y K H S L
Decimal 114 13 222 0.49 0.94 0 0.13 269 0.89 0.46
Hex 72 D DE 31 5E 0 D 10D 59 2E
Octal 162 15 336 61 136 0 15 415 131 56
Binary 1110010 1101 11011110 110001 1011110 0 1101 100001101 1011001 101110

Color Harmonies of #720DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720DDE

Black with #720DDE

Text Example


Text Example

White with #720DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720DDE; }

 p { color: rgb(114,13,222); }

 H1.HeaderClassName
 {
   color: #720DDE;
 }
 .AnyTagClassName
 {
   color: #720DDE;
 }
</style>

background-color css

<style>
 a { background-color: #720DDE; }

 a { background-color: rgb(114,13,222); }

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

border-color css

<style>
 span { border-color: #720DDE; }

 span { border-color: rgb(114,13,222); }

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