Html Css Color HEX #720BDD Electric Indigo

📋 copy color: '#720BDD'

red 114 ◦ green 11 ◦ blue 221

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

Shades of Electric Indigo #720BDD

Tints of Electric Indigo #720BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 32.95%
G = 3.18%
B = 63.87%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#720BDD (or 0x720BDD) is known color: Electric Indigo. HEX triplet: 72, 0B and DD. RGB value is (114,11,221). Sum of RGB (Red+Green+Blue) = 114+11+221=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #720BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BDD is #8DF422. Grayscale: #414141. Windows color (decimal): -9303075 or 14486386. OLE color: 14486386.

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

Color convert

RGB 114 11 221 -
CMYK 0.48 0.95 0 0.13
HSL 269.43º 0.91% 0.45% -
HSV(B) 269.43º 0.95% 0.87% -
XYZ 20.11 9.04 69.09 -
YUV 65.74 215.62 162.42 -
System Red Green Blue C M Y K H S L
Decimal 114 11 221 0.48 0.95 0 0.13 269.43 0.91 0.45
Hex 72 B DD 30 5F 0 D 10D 5B 2D
Octal 162 13 335 60 137 0 15 415 133 55
Binary 1110010 1011 11011101 110000 1011111 0 1101 100001101 1011011 101101

Color Harmonies of #720BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720BDD

Black with #720BDD

Text Example


Text Example

White with #720BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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