Html Css Color HEX #5001FF Electric Indigo

📋 copy color: '#5001FF'

red 80 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #5001FF

Tints of Electric Indigo #5001FF

RGB

 RED value IS 80 (31.64% from 255) = 23.81%

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

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

R = 23.81%
G = 0.3%
B = 75.89%

CMYK

 C value IS 0.69

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5001FF (or 0x5001FF) is known color: Electric Indigo. HEX triplet: 50, 01 and FF. RGB value is (80,1,255). Sum of RGB (Red+Green+Blue) = 80+1+255=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #5001FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5001FF is #AFFE00. Grayscale: #343434. Windows color (decimal): -11533825 or 16712016. OLE color: 16712016.

HSL color Cylindrical-coordinate representation of color #5001FF: hue angle of 258.66º 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 #5001FF is Cyan = 0.69, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 1 255 -
CMYK 0.69 1.00 0 0
HSL 258.66º 1% 0.5% -
HSV(B) 258.66º 1% 1% -
XYZ 21.37 8.95 95.21 -
YUV 53.58 241.67 146.85 -
System Red Green Blue C M Y K H S L
Decimal 80 1 255 0.69 1.00 0 0 258.66 1 0.5
Hex 50 1 FF 45 64 0 0 103 64 32
Octal 120 1 377 105 144 0 0 403 144 62
Binary 1010000 1 11111111 1000101 1100100 0 0 100000011 1100100 110010

Color Harmonies of #5001FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5001FF

Black with #5001FF

Text Example


Text Example

White with #5001FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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