Html Css Color HEX #5203FC Electric Indigo

📋 copy color: '#5203FC'

red 82 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #5203FC

Tints of Electric Indigo #5203FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 24.33%
G = 0.89%
B = 74.78%

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

#5203FC (or 0x5203FC) is known color: Electric Indigo. HEX triplet: 52, 03 and FC. RGB value is (82,3,252). Sum of RGB (Red+Green+Blue) = 82+3+252=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #5203FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5203FC is #ADFC03. Grayscale: #363636. Windows color (decimal): -11402244 or 16515922. OLE color: 16515922.

HSL color Cylindrical-coordinate representation of color #5203FC: hue angle of 259.04º 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 #5203FC is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 3 252 -
CMYK 0.67 0.99 0 0.01
HSL 259.04º 0.98% 0.5% -
HSV(B) 259.04º 0.99% 0.99% -
XYZ 21.08 8.89 92.7 -
YUV 55.01 239.17 147.25 -
System Red Green Blue C M Y K H S L
Decimal 82 3 252 0.67 0.99 0 0.01 259.04 0.98 0.5
Hex 52 3 FC 43 63 0 1 103 62 32
Octal 122 3 374 103 143 0 1 403 142 62
Binary 1010010 11 11111100 1000011 1100011 0 1 100000011 1100010 110010

Color Harmonies of #5203FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5203FC

Black with #5203FC

Text Example


Text Example

White with #5203FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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