Html Css Color HEX #720ADC Electric Indigo

📋 copy color: '#720ADC'

red 114 ◦ green 10 ◦ blue 220

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

Shades of Electric Indigo #720ADC

Tints of Electric Indigo #720ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 33.14%
G = 2.91%
B = 63.95%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#720ADC (or 0x720ADC) is known color: Electric Indigo. HEX triplet: 72, 0A and DC. RGB value is (114,10,220). Sum of RGB (Red+Green+Blue) = 114+10+220=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #720ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ADC is #8DF523. Grayscale: #404040. Windows color (decimal): -9303332 or 14420594. OLE color: 14420594.

HSL color Cylindrical-coordinate representation of color #720ADC: hue angle of 269.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720ADC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 10 220 -
CMYK 0.48 0.95 0 0.14
HSL 269.71º 0.91% 0.45% -
HSV(B) 269.71º 0.95% 0.86% -
XYZ 19.97 8.96 68.39 -
YUV 65.04 215.46 162.92 -
System Red Green Blue C M Y K H S L
Decimal 114 10 220 0.48 0.95 0 0.14 269.71 0.91 0.45
Hex 72 A DC 30 5F 0 E 10E 5B 2D
Octal 162 12 334 60 137 0 16 416 133 55
Binary 1110010 1010 11011100 110000 1011111 0 1110 100001110 1011011 101101

Color Harmonies of #720ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720ADC

Black with #720ADC

Text Example


Text Example

White with #720ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,10,220); }

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

background-color css

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

 a { background-color: rgb(114,10,220); }

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

border-color css

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

 span { border-color: rgb(114,10,220); }

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