#721DF8

Color #721DF8 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #721DF8

Tints of Electric Indigo #721DF8

Color information

#721DF8 (or 0x721DF8) is unknown color: approx Electric Indigo. HEX triplet: 72, 1D and F8. RGB value is (114,29,248). Sum of RGB (Red+Green+Blue) = 114+29+248=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #721DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721DF8 is #8DE207. Grayscale: #4E4E4E. Windows color (decimal): -9298440 or 16260466. OLE color: 16260466.

HSL color Cylindrical-coordinate representation of color #721DF8: hue angle of 263.29º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721DF8 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11429248-
CMYK0.540.8800.03
HSL263.29º93.99%54.31%-
HSV(B)263.29º88.31%97.25%-
XYZ24.3211.2389.69-
YUV79.38223.16152.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 29 (11.72% from 255) = 7.42%
BLUE value IS 248 (97.27% from 255) = 63.43%
R=29.16%
G=7.42%
B=63.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal114292480.540.8800.03263.2993.9954.31
Hex721DF83658031075e36
Octal16235370661300340713666
Binary1110010111011111100011011010110000111000001111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721DF8; }

 p { color: rgb(114,29,248); }

 H1.HeaderClassName
 {
   color: #721DF8;
 }
 .AnyTagClassName
 {
   color: #721DF8;
 }
</style>
background-color css

<style>
 a { background-color: #721DF8; }

 a { background-color: rgb(114,29,248); }

 div.DivClassName
 {
   background-color: #721DF8;
 }
 .BgClassName
 {
   background-color: #721DF8;
 }
</style>
border-color css

<style>
 span { border-color: #721DF8; }

 span { border-color: rgb(114,29,248); }

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