Html Css Color HEX #720CDE Electric Indigo

📋 copy color: '#720CDE'

red 114 ◦ green 12 ◦ blue 222

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

Shades of Electric Indigo #720CDE

Tints of Electric Indigo #720CDE

RGB

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

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

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

R = 32.76%
G = 3.45%
B = 63.79%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#720CDE (or 0x720CDE) is known color: Electric Indigo. HEX triplet: 72, 0C and DE. RGB value is (114,12,222). Sum of RGB (Red+Green+Blue) = 114+12+222=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #720CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720CDE is #8DF321. Grayscale: #414141. Windows color (decimal): -9302818 or 14552178. OLE color: 14552178.

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

Color convert

RGB 114 12 222 -
CMYK 0.49 0.95 0 0.13
HSL 269.14º 0.9% 0.46% -
HSV(B) 269.14º 0.95% 0.87% -
XYZ 20.26 9.11 69.8 -
YUV 66.44 215.79 161.92 -
System Red Green Blue C M Y K H S L
Decimal 114 12 222 0.49 0.95 0 0.13 269.14 0.9 0.46
Hex 72 C DE 31 5F 0 D 10D 5A 2E
Octal 162 14 336 61 137 0 15 415 132 56
Binary 1110010 1100 11011110 110001 1011111 0 1101 100001101 1011010 101110

Color Harmonies of #720CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720CDE

Black with #720CDE

Text Example


Text Example

White with #720CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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