Html Css Color HEX #720DFF Electric Indigo

📋 copy color: '#720DFF'

red 114 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #720DFF

Tints of Electric Indigo #720DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.75%

R = 29.84%
G = 3.4%
B = 66.75%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#720DFF (or 0x720DFF) is known color: Electric Indigo. HEX triplet: 72, 0D and FF. RGB value is (114,13,255). Sum of RGB (Red+Green+Blue) = 114+13+255=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #720DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720DFF is #8DF200. Grayscale: #454545. Windows color (decimal): -9302529 or 16715122. OLE color: 16715122.

HSL color Cylindrical-coordinate representation of color #720DFF: hue angle of 265.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720DFF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 13 255 -
CMYK 0.55 0.95 0 0
HSL 265.04º 1% 0.53% -
HSV(B) 265.04º 0.95% 1% -
XYZ 25.13 11.09 95.42 -
YUV 70.79 231.96 158.82 -
System Red Green Blue C M Y K H S L
Decimal 114 13 255 0.55 0.95 0 0 265.04 1 0.53
Hex 72 D FF 37 5F 0 0 109 64 35
Octal 162 15 377 67 137 0 0 411 144 65
Binary 1110010 1101 11111111 110111 1011111 0 0 100001001 1100100 110101

Color Harmonies of #720DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720DFF

Black with #720DFF

Text Example


Text Example

White with #720DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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