Html Css Color HEX #5101FB Electric Indigo

📋 copy color: '#5101FB'

red 81 ◦ green 1 ◦ blue 251

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

Shades of Electric Indigo #5101FB

Tints of Electric Indigo #5101FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.38%

R = 24.32%
G = 0.3%
B = 75.38%

CMYK

 C value IS 0.68

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5101FB (or 0x5101FB) is known color: Electric Indigo. HEX triplet: 51, 01 and FB. RGB value is (81,1,251). Sum of RGB (Red+Green+Blue) = 81+1+251=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #5101FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5101FB is #AEFE04. Grayscale: #343434. Windows color (decimal): -11468293 or 16449873. OLE color: 16449873.

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

Color convert

RGB 81 1 251 -
CMYK 0.68 1.00 0 0.02
HSL 259.2º 0.99% 0.49% -
HSV(B) 259.2º 1% 0.98% -
XYZ 20.82 8.74 91.86 -
YUV 53.42 239.5 147.67 -
System Red Green Blue C M Y K H S L
Decimal 81 1 251 0.68 1.00 0 0.02 259.2 0.99 0.49
Hex 51 1 FB 44 64 0 2 103 63 31
Octal 121 1 373 104 144 0 2 403 143 61
Binary 1010001 1 11111011 1000100 1100100 0 10 100000011 1100011 110001

Color Harmonies of #5101FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5101FB

Black with #5101FB

Text Example


Text Example

White with #5101FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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