Html Css Color HEX #5201F7 Electric Indigo

📋 copy color: '#5201F7'

red 82 ◦ green 1 ◦ blue 247

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

Shades of Electric Indigo #5201F7

Tints of Electric Indigo #5201F7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 247 (96.88% from 255) = 74.85%

R = 24.85%
G = 0.3%
B = 74.85%

CMYK

 C value IS 0.67

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5201F7 (or 0x5201F7) is known color: Electric Indigo. HEX triplet: 52, 01 and F7. RGB value is (82,1,247). Sum of RGB (Red+Green+Blue) = 82+1+247=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 247 (96.88% from 255 or 74.85% from 330); Max value from RGB is 247 - color contains mainly: blue. Hex color #5201F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5201F7 is #ADFE08. Grayscale: #343434. Windows color (decimal): -11402761 or 16187730. OLE color: 16187730.

HSL color Cylindrical-coordinate representation of color #5201F7: hue angle of 259.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201F7 is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 1 247 -
CMYK 0.67 1.00 0 0.03
HSL 259.76º 0.99% 0.49% -
HSV(B) 259.76º 1% 0.97% -
XYZ 20.28 8.53 88.57 -
YUV 53.26 237.34 148.5 -
System Red Green Blue C M Y K H S L
Decimal 82 1 247 0.67 1.00 0 0.03 259.76 0.99 0.49
Hex 52 1 F7 43 64 0 3 104 63 31
Octal 122 1 367 103 144 0 3 404 143 61
Binary 1010010 1 11110111 1000011 1100100 0 11 100000100 1100011 110001

Color Harmonies of #5201F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5201F7

Black with #5201F7

Text Example


Text Example

White with #5201F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5201F7; }

 p { color: rgb(82,1,247); }

 H1.HeaderClassName
 {
   color: #5201F7;
 }
 .AnyTagClassName
 {
   color: #5201F7;
 }
</style>

background-color css

<style>
 a { background-color: #5201F7; }

 a { background-color: rgb(82,1,247); }

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

border-color css

<style>
 span { border-color: #5201F7; }

 span { border-color: rgb(82,1,247); }

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