#7200F9

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

Shades of Electric Indigo #7200F9

Tints of Electric Indigo #7200F9

Color information

#7200F9 (or 0x7200F9) is unknown color: approx Electric Indigo. HEX triplet: 72, 00 and F9. RGB value is (114,0,249). Sum of RGB (Red+Green+Blue) = 114+0+249=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #7200F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7200F9 is #8DFF06. Grayscale: #3D3D3D. Windows color (decimal): -9305863 or 16318578. OLE color: 16318578.

HSL color Cylindrical-coordinate representation of color #7200F9: hue angle of 267.47º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200F9 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1140249-
CMYK0.54100.02
HSL267.47º100%48.82%-
HSV(B)267.47º100%97.65%-
XYZ24.0410.4290.37-
YUV62.47233.27164.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 68.60%
R=31.40%
G=0%
B=68.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11402490.54100.02267.4710048.82
Hex720F936640210b6431
Octal1620371661440241314461
Binary111001001111100111011011001000101000010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7200F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7200F9; }

 p { color: rgb(114,0,249); }

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

<style>
 a { background-color: #7200F9; }

 a { background-color: rgb(114,0,249); }

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

<style>
 span { border-color: #7200F9; }

 span { border-color: rgb(114,0,249); }

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