Html Css Color HEX #5200FA Electric Indigo

📋 copy color: '#5200FA'

red 82 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #5200FA

Tints of Electric Indigo #5200FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.3%

R = 24.7%
G = 0%
B = 75.3%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5200FA (or 0x5200FA) is known color: Electric Indigo. HEX triplet: 52, 00 and FA. RGB value is (82,0,250). Sum of RGB (Red+Green+Blue) = 82+0+250=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #5200FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5200FA is #ADFF05. Grayscale: #343434. Windows color (decimal): -11403014 or 16384082. OLE color: 16384082.

HSL color Cylindrical-coordinate representation of color #5200FA: hue angle of 259.68º 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 #5200FA is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 0 250 -
CMYK 0.67 1 0 0.02
HSL 259.68º 1% 0.49% -
HSV(B) 259.68º 1% 0.98% -
XYZ 20.73 8.7 91.03 -
YUV 53.02 239.17 148.67 -
System Red Green Blue C M Y K H S L
Decimal 82 0 250 0.67 1 0 0.02 259.68 1 0.49
Hex 52 0 FA 43 64 0 2 104 64 31
Octal 122 0 372 103 144 0 2 404 144 61
Binary 1010010 0 11111010 1000011 1100100 0 10 100000100 1100100 110001

Color Harmonies of #5200FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200FA

Black with #5200FA

Text Example


Text Example

White with #5200FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5200FA;
 }
 .AnyTagClassName
 {
   color: #5200FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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