Html Css Color HEX #5202FC Electric Indigo

📋 copy color: '#5202FC'

red 82 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #5202FC

Tints of Electric Indigo #5202FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75%

R = 24.4%
G = 0.6%
B = 75%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5202FC (or 0x5202FC) is known color: Electric Indigo. HEX triplet: 52, 02 and FC. RGB value is (82,2,252). Sum of RGB (Red+Green+Blue) = 82+2+252=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #5202FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5202FC is #ADFD03. Grayscale: #353535. Windows color (decimal): -11402500 or 16515666. OLE color: 16515666.

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

Color convert

RGB 82 2 252 -
CMYK 0.67 0.99 0 0.01
HSL 259.2º 0.98% 0.5% -
HSV(B) 259.2º 0.99% 0.99% -
XYZ 21.07 8.87 92.7 -
YUV 54.42 239.5 147.67 -
System Red Green Blue C M Y K H S L
Decimal 82 2 252 0.67 0.99 0 0.01 259.2 0.98 0.5
Hex 52 2 FC 43 63 0 1 103 62 32
Octal 122 2 374 103 143 0 1 403 142 62
Binary 1010010 10 11111100 1000011 1100011 0 1 100000011 1100010 110010

Color Harmonies of #5202FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5202FC

Black with #5202FC

Text Example


Text Example

White with #5202FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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