Html Css Color HEX #720CDC Electric Indigo

📋 copy color: '#720CDC'

red 114 ◦ green 12 ◦ blue 220

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

Shades of Electric Indigo #720CDC

Tints of Electric Indigo #720CDC

RGB

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

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

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

R = 32.95%
G = 3.47%
B = 63.58%

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

#720CDC (or 0x720CDC) is known color: Electric Indigo. HEX triplet: 72, 0C and DC. RGB value is (114,12,220). Sum of RGB (Red+Green+Blue) = 114+12+220=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #720CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720CDC is #8DF323. Grayscale: #414141. Windows color (decimal): -9302820 or 14421106. OLE color: 14421106.

HSL color Cylindrical-coordinate representation of color #720CDC: hue angle of 269.42º degrees, saturation: 0.9, 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 #720CDC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 12 220 -
CMYK 0.48 0.95 0 0.14
HSL 269.42º 0.9% 0.45% -
HSV(B) 269.42º 0.95% 0.86% -
XYZ 19.99 9.01 68.4 -
YUV 66.21 214.79 162.09 -
System Red Green Blue C M Y K H S L
Decimal 114 12 220 0.48 0.95 0 0.14 269.42 0.9 0.45
Hex 72 C DC 30 5F 0 E 10D 5A 2D
Octal 162 14 334 60 137 0 16 415 132 55
Binary 1110010 1100 11011100 110000 1011111 0 1110 100001101 1011010 101101

Color Harmonies of #720CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720CDC

Black with #720CDC

Text Example


Text Example

White with #720CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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