Html Css Color HEX #5101FC Electric Indigo

📋 copy color: '#5101FC'

red 81 ◦ green 1 ◦ blue 252

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

Shades of Electric Indigo #5101FC

Tints of Electric Indigo #5101FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.45%

R = 24.25%
G = 0.3%
B = 75.45%

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

#5101FC (or 0x5101FC) is known color: Electric Indigo. HEX triplet: 51, 01 and FC. RGB value is (81,1,252). Sum of RGB (Red+Green+Blue) = 81+1+252=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #5101FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5101FC is #AEFE03. Grayscale: #343434. Windows color (decimal): -11468292 or 16515409. OLE color: 16515409.

HSL color Cylindrical-coordinate representation of color #5101FC: hue angle of 259.12º 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 #5101FC is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 1 252 -
CMYK 0.68 1.00 0 0.01
HSL 259.12º 0.99% 0.5% -
HSV(B) 259.12º 1% 0.99% -
XYZ 20.97 8.8 92.69 -
YUV 53.53 240 147.59 -
System Red Green Blue C M Y K H S L
Decimal 81 1 252 0.68 1.00 0 0.01 259.12 0.99 0.5
Hex 51 1 FC 44 64 0 1 103 63 32
Octal 121 1 374 104 144 0 1 403 143 62
Binary 1010001 1 11111100 1000100 1100100 0 1 100000011 1100011 110010

Color Harmonies of #5101FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5101FC

Black with #5101FC

Text Example


Text Example

White with #5101FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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