Html Css Color HEX #5D01FD Electric Indigo

📋 copy color: '#5D01FD'

red 93 ◦ green 1 ◦ blue 253

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

Shades of Electric Indigo #5D01FD

Tints of Electric Indigo #5D01FD

RGB

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

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

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

R = 26.8%
G = 0.29%
B = 72.91%

CMYK

 C value IS 0.63

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D01FD (or 0x5D01FD) is known color: Electric Indigo. HEX triplet: 5D, 01 and FD. RGB value is (93,1,253). Sum of RGB (Red+Green+Blue) = 93+1+253=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D01FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D01FD is #A2FE02. Grayscale: #383838. Windows color (decimal): -10681859 or 16580957. OLE color: 16580957.

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

Color convert

RGB 93 1 253 -
CMYK 0.63 1.00 0 0.01
HSL 261.9º 0.99% 0.5% -
HSV(B) 261.9º 1% 0.99% -
XYZ 22.25 9.44 93.58 -
YUV 57.24 238.48 153.51 -
System Red Green Blue C M Y K H S L
Decimal 93 1 253 0.63 1.00 0 0.01 261.9 0.99 0.5
Hex 5D 1 FD 3F 64 0 1 106 63 32
Octal 135 1 375 77 144 0 1 406 143 62
Binary 1011101 1 11111101 111111 1100100 0 1 100000110 1100011 110010

Color Harmonies of #5D01FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D01FD

Black with #5D01FD

Text Example


Text Example

White with #5D01FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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