Html Css Color HEX #5D01FE Electric Indigo

📋 copy color: '#5D01FE'

red 93 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #5D01FE

Tints of Electric Indigo #5D01FE

RGB

 RED value IS 93 (36.72% from 255) = 26.72%

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

 BLUE value IS 254 (99.61% from 255) = 72.99%

R = 26.72%
G = 0.29%
B = 72.99%

CMYK

 C value IS 0.63

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5D01FE (or 0x5D01FE) is known color: Electric Indigo. HEX triplet: 5D, 01 and FE. RGB value is (93,1,254). Sum of RGB (Red+Green+Blue) = 93+1+254=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D01FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D01FE is #A2FE01. Grayscale: #383838. Windows color (decimal): -10681858 or 16646493. OLE color: 16646493.

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

Color convert

RGB 93 1 254 -
CMYK 0.63 1.00 0 0.00
HSL 261.82º 0.99% 0.5% -
HSV(B) 261.82º 1% 1% -
XYZ 22.41 9.5 94.42 -
YUV 57.35 238.98 153.43 -
System Red Green Blue C M Y K H S L
Decimal 93 1 254 0.63 1.00 0 0.00 261.82 0.99 0.5
Hex 5D 1 FE 3F 64 0 0 106 63 32
Octal 135 1 376 77 144 0 0 406 143 62
Binary 1011101 1 11111110 111111 1100100 0 0 100000110 1100011 110010

Color Harmonies of #5D01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D01FE

Black with #5D01FE

Text Example


Text Example

White with #5D01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D01FE; }

 p { color: rgb(93,1,254); }

 H1.HeaderClassName
 {
   color: #5D01FE;
 }
 .AnyTagClassName
 {
   color: #5D01FE;
 }
</style>

background-color css

<style>
 a { background-color: #5D01FE; }

 a { background-color: rgb(93,1,254); }

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

border-color css

<style>
 span { border-color: #5D01FE; }

 span { border-color: rgb(93,1,254); }

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