Html Css Color HEX #5301FF Electric Indigo

📋 copy color: '#5301FF'

red 83 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #5301FF

Tints of Electric Indigo #5301FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.22%

R = 24.48%
G = 0.29%
B = 75.22%

CMYK

 C value IS 0.67

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5301FF (or 0x5301FF) is known color: Electric Indigo. HEX triplet: 53, 01 and FF. RGB value is (83,1,255). Sum of RGB (Red+Green+Blue) = 83+1+255=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #5301FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5301FF is #ACFE00. Grayscale: #353535. Windows color (decimal): -11337217 or 16712019. OLE color: 16712019.

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

Color convert

RGB 83 1 255 -
CMYK 0.67 1.00 0 0
HSL 259.37º 1% 0.5% -
HSV(B) 259.37º 1% 1% -
XYZ 21.63 9.08 95.22 -
YUV 54.47 241.17 148.35 -
System Red Green Blue C M Y K H S L
Decimal 83 1 255 0.67 1.00 0 0 259.37 1 0.5
Hex 53 1 FF 43 64 0 0 103 64 32
Octal 123 1 377 103 144 0 0 403 144 62
Binary 1010011 1 11111111 1000011 1100100 0 0 100000011 1100100 110010

Color Harmonies of #5301FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5301FF

Black with #5301FF

Text Example


Text Example

White with #5301FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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