Html Css Color HEX #5202FF Electric Indigo

📋 copy color: '#5202FF'

red 82 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #5202FF

Tints of Electric Indigo #5202FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 255 (100% from 255) = 75.22%

R = 24.19%
G = 0.59%
B = 75.22%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5202FF (or 0x5202FF) is known color: Electric Indigo. HEX triplet: 52, 02 and FF. RGB value is (82,2,255). Sum of RGB (Red+Green+Blue) = 82+2+255=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #5202FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5202FF is #ADFD00. Grayscale: #353535. Windows color (decimal): -11402497 or 16712274. OLE color: 16712274.

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

Color convert

RGB 82 2 255 -
CMYK 0.68 0.99 0 0
HSL 258.97º 1% 0.5% -
HSV(B) 258.97º 0.99% 1% -
XYZ 21.55 9.06 95.22 -
YUV 54.76 241 147.43 -
System Red Green Blue C M Y K H S L
Decimal 82 2 255 0.68 0.99 0 0 258.97 1 0.5
Hex 52 2 FF 44 63 0 0 103 64 32
Octal 122 2 377 104 143 0 0 403 144 62
Binary 1010010 10 11111111 1000100 1100011 0 0 100000011 1100100 110010

Color Harmonies of #5202FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5202FF

Black with #5202FF

Text Example


Text Example

White with #5202FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5202FF; }

 p { color: rgb(82,2,255); }

 H1.HeaderClassName
 {
   color: #5202FF;
 }
 .AnyTagClassName
 {
   color: #5202FF;
 }
</style>

background-color css

<style>
 a { background-color: #5202FF; }

 a { background-color: rgb(82,2,255); }

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

border-color css

<style>
 span { border-color: #5202FF; }

 span { border-color: rgb(82,2,255); }

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