Html Css Color HEX #5200FE Electric Indigo

📋 copy color: '#5200FE'

red 82 ◦ green 0 ◦ blue 254

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

Shades of Electric Indigo #5200FE

Tints of Electric Indigo #5200FE

RGB

 RED value IS 82 (32.42% from 255) = 24.4%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 254 (99.61% from 255) = 75.6%

R = 24.4%
G = 0%
B = 75.6%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5200FE (or 0x5200FE) is known color: 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

RGB 82 0 254 -
CMYK 0.68 1 0 0.00
HSL 259.37º 1% 0.5% -
HSV(B) 259.37º 1% 1% -
XYZ 21.37 8.95 94.37 -
YUV 53.47 241.17 148.35 -
System Red Green Blue C M Y K H S L
Decimal 82 0 254 0.68 1 0 0.00 259.37 1 0.5
Hex 52 0 FE 44 64 0 0 103 64 32
Octal 122 0 376 104 144 0 0 403 144 62
Binary 1010010 0 11111110 1000100 1100100 0 0 100000011 1100100 110010

Color Harmonies of #5200FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200FE

Black with #5200FE

Text Example


Text Example

White with #5200FE

Text Example


Text Example

HTML Codes & Css Web 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>