Html Css Color HEX #5301F7 Electric Indigo

📋 copy color: '#5301F7'

red 83 ◦ green 1 ◦ blue 247

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

Shades of Electric Indigo #5301F7

Tints of Electric Indigo #5301F7

RGB

 RED value IS 83 (32.81% from 255) = 25.08%

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

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

R = 25.08%
G = 0.3%
B = 74.62%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5301F7 (or 0x5301F7) is known color: Electric Indigo. HEX triplet: 53, 01 and F7. RGB value is (83,1,247). Sum of RGB (Red+Green+Blue) = 83+1+247=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 247 (96.88% from 255 or 74.62% from 331); Max value from RGB is 247 - color contains mainly: blue. Hex color #5301F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5301F7 is #ACFE08. Grayscale: #343434. Windows color (decimal): -11337225 or 16187731. OLE color: 16187731.

HSL color Cylindrical-coordinate representation of color #5301F7: hue angle of 260º 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 #5301F7 is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 1 247 -
CMYK 0.66 1.00 0 0.03
HSL 260º 0.99% 0.49% -
HSV(B) 260º 1% 0.97% -
XYZ 20.37 8.58 88.58 -
YUV 53.56 237.17 149 -
System Red Green Blue C M Y K H S L
Decimal 83 1 247 0.66 1.00 0 0.03 260 0.99 0.49
Hex 53 1 F7 42 64 0 3 104 63 31
Octal 123 1 367 102 144 0 3 404 143 61
Binary 1010011 1 11110111 1000010 1100100 0 11 100000100 1100011 110001

Color Harmonies of #5301F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5301F7

Black with #5301F7

Text Example


Text Example

White with #5301F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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