Html Css Color HEX #5101FD Electric Indigo

📋 copy color: '#5101FD'

red 81 ◦ green 1 ◦ blue 253

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

Shades of Electric Indigo #5101FD

Tints of Electric Indigo #5101FD

RGB

 RED value IS 81 (32.03% from 255) = 24.18%

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

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

R = 24.18%
G = 0.3%
B = 75.52%

CMYK

 C value IS 0.68

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5101FD (or 0x5101FD) is known color: Electric Indigo. HEX triplet: 51, 01 and FD. RGB value is (81,1,253). Sum of RGB (Red+Green+Blue) = 81+1+253=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #5101FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5101FD is #AEFE02. Grayscale: #343434. Windows color (decimal): -11468291 or 16580945. OLE color: 16580945.

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

Color convert

RGB 81 1 253 -
CMYK 0.68 1.00 0 0.01
HSL 259.05º 0.99% 0.5% -
HSV(B) 259.05º 1% 0.99% -
XYZ 21.13 8.86 93.53 -
YUV 53.65 240.5 147.51 -
System Red Green Blue C M Y K H S L
Decimal 81 1 253 0.68 1.00 0 0.01 259.05 0.99 0.5
Hex 51 1 FD 44 64 0 1 103 63 32
Octal 121 1 375 104 144 0 1 403 143 62
Binary 1010001 1 11111101 1000100 1100100 0 1 100000011 1100011 110010

Color Harmonies of #5101FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5101FD

Black with #5101FD

Text Example


Text Example

White with #5101FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,1,253); }

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

background-color css

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

 a { background-color: rgb(81,1,253); }

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

border-color css

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

 span { border-color: rgb(81,1,253); }

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