Html Css Color HEX #5202FD Electric Indigo

📋 copy color: '#5202FD'

red 82 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #5202FD

Tints of Electric Indigo #5202FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.07%

R = 24.33%
G = 0.59%
B = 75.07%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5202FD (or 0x5202FD) is known color: Electric Indigo. HEX triplet: 52, 02 and FD. RGB value is (82,2,253). Sum of RGB (Red+Green+Blue) = 82+2+253=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #5202FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5202FD is #ADFD02. Grayscale: #353535. Windows color (decimal): -11402499 or 16581202. OLE color: 16581202.

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

Color convert

RGB 82 2 253 -
CMYK 0.68 0.99 0 0.01
HSL 259.12º 0.98% 0.5% -
HSV(B) 259.12º 0.99% 0.99% -
XYZ 21.23 8.93 93.53 -
YUV 54.53 240 147.59 -
System Red Green Blue C M Y K H S L
Decimal 82 2 253 0.68 0.99 0 0.01 259.12 0.98 0.5
Hex 52 2 FD 44 63 0 1 103 62 32
Octal 122 2 375 104 143 0 1 403 142 62
Binary 1010010 10 11111101 1000100 1100011 0 1 100000011 1100010 110010

Color Harmonies of #5202FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5202FD

Black with #5202FD

Text Example


Text Example

White with #5202FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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