Html Css Color HEX #720DF0 Electric Indigo

📋 copy color: '#720DF0'

red 114 ◦ green 13 ◦ blue 240

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

Shades of Electric Indigo #720DF0

Tints of Electric Indigo #720DF0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.54%

 BLUE value IS 240 (94.14% from 255) = 65.4%

R = 31.06%
G = 3.54%
B = 65.4%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#720DF0 (or 0x720DF0) is known color: Electric Indigo. HEX triplet: 72, 0D and F0. RGB value is (114,13,240). Sum of RGB (Red+Green+Blue) = 114+13+240=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #720DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720DF0 is #8DF20F. Grayscale: #444444. Windows color (decimal): -9302544 or 15732082. OLE color: 15732082.

HSL color Cylindrical-coordinate representation of color #720DF0: hue angle of 266.7º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720DF0 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 13 240 -
CMYK 0.52 0.95 0 0.06
HSL 266.7º 0.9% 0.5% -
HSV(B) 266.7º 0.95% 0.94% -
XYZ 22.81 10.16 83.2 -
YUV 69.08 224.46 160.04 -
System Red Green Blue C M Y K H S L
Decimal 114 13 240 0.52 0.95 0 0.06 266.7 0.9 0.5
Hex 72 D F0 34 5F 0 6 10B 5A 32
Octal 162 15 360 64 137 0 6 413 132 62
Binary 1110010 1101 11110000 110100 1011111 0 110 100001011 1011010 110010

Color Harmonies of #720DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720DF0

Black with #720DF0

Text Example


Text Example

White with #720DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,13,240); }

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

background-color css

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

 a { background-color: rgb(114,13,240); }

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

border-color css

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

 span { border-color: rgb(114,13,240); }

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