#5200FE

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

Shades of Electric Indigo #5200FE

Tints of Electric Indigo #5200FE

Color information

#5200FE (or 0x5200FE) is unknown color: approx Electric Indigo. HEX triplet: 52, 00 and FE. RGB value is (82,0,254). Sum of RGB (Red+Green+Blue) = 82+0+254=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #5200FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5200FE is #ADFF01. Grayscale: #343434. Windows color (decimal): -11403010 or 16646226. OLE color: 16646226.

HSL color Cylindrical-coordinate representation of color #5200FE: hue angle of 259.37º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200FE is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB820254-
CMYK0.68100.00
HSL259.37º100%49.8%-
HSV(B)259.37º100%99.61%-
XYZ21.378.9594.37-
YUV53.47241.17148.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 254 (99.61% from 255) = 75.60%
R=24.40%
G=0%
B=75.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal8202540.68100.00259.3710049.8
Hex520FE4464001036432
Octal12203761041440040314462
Binary101001001111111010001001100100001000000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5200FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5200FE; }

 p { color: rgb(82,0,254); }

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

<style>
 a { background-color: #5200FE; }

 a { background-color: rgb(82,0,254); }

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

<style>
 span { border-color: #5200FE; }

 span { border-color: rgb(82,0,254); }

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