Html Css Color HEX #720BDE Electric Indigo

📋 copy color: '#720BDE'

red 114 ◦ green 11 ◦ blue 222

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

Shades of Electric Indigo #720BDE

Tints of Electric Indigo #720BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.17%

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

R = 32.85%
G = 3.17%
B = 63.98%

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

#720BDE (or 0x720BDE) is known color: Electric Indigo. HEX triplet: 72, 0B and DE. RGB value is (114,11,222). Sum of RGB (Red+Green+Blue) = 114+11+222=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #720BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BDE is #8DF421. Grayscale: #414141. Windows color (decimal): -9303074 or 14551922. OLE color: 14551922.

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

Color convert

RGB 114 11 222 -
CMYK 0.49 0.95 0 0.13
HSL 269.29º 0.91% 0.46% -
HSV(B) 269.29º 0.95% 0.87% -
XYZ 20.24 9.09 69.79 -
YUV 65.85 216.12 162.34 -
System Red Green Blue C M Y K H S L
Decimal 114 11 222 0.49 0.95 0 0.13 269.29 0.91 0.46
Hex 72 B DE 31 5F 0 D 10D 5B 2E
Octal 162 13 336 61 137 0 15 415 133 56
Binary 1110010 1011 11011110 110001 1011111 0 1101 100001101 1011011 101110

Color Harmonies of #720BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720BDE

Black with #720BDE

Text Example


Text Example

White with #720BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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