Html Css Color HEX #5301FE Electric Indigo

📋 copy color: '#5301FE'

red 83 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #5301FE

Tints of Electric Indigo #5301FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.15%

R = 24.56%
G = 0.3%
B = 75.15%

CMYK

 C value IS 0.67

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5301FE (or 0x5301FE) is known color: Electric Indigo. HEX triplet: 53, 01 and FE. RGB value is (83,1,254). Sum of RGB (Red+Green+Blue) = 83+1+254=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #5301FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5301FE is #ACFE01. Grayscale: #353535. Windows color (decimal): -11337218 or 16646483. OLE color: 16646483.

HSL color Cylindrical-coordinate representation of color #5301FE: hue angle of 259.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5301FE is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 1 254 -
CMYK 0.67 1.00 0 0.00
HSL 259.45º 0.99% 0.5% -
HSV(B) 259.45º 1% 1% -
XYZ 21.47 9.02 94.37 -
YUV 54.36 240.67 148.43 -
System Red Green Blue C M Y K H S L
Decimal 83 1 254 0.67 1.00 0 0.00 259.45 0.99 0.5
Hex 53 1 FE 43 64 0 0 103 63 32
Octal 123 1 376 103 144 0 0 403 143 62
Binary 1010011 1 11111110 1000011 1100100 0 0 100000011 1100011 110010

Color Harmonies of #5301FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5301FE

Black with #5301FE

Text Example


Text Example

White with #5301FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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