Html Css Color HEX #5D00FD Electric Indigo

📋 copy color: '#5D00FD'

red 93 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #5D00FD

Tints of Electric Indigo #5D00FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.88%
G = 0%
B = 73.12%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D00FD (or 0x5D00FD) is known color: Electric Indigo. HEX triplet: 5D, 00 and FD. RGB value is (93,0,253). Sum of RGB (Red+Green+Blue) = 93+0+253=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D00FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D00FD is #A2FF02. Grayscale: #373737. Windows color (decimal): -10682115 or 16580701. OLE color: 16580701.

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

Color convert

RGB 93 0 253 -
CMYK 0.63 1 0 0.01
HSL 262.06º 1% 0.5% -
HSV(B) 262.06º 1% 0.99% -
XYZ 22.24 9.42 93.57 -
YUV 56.65 238.81 153.93 -
System Red Green Blue C M Y K H S L
Decimal 93 0 253 0.63 1 0 0.01 262.06 1 0.5
Hex 5D 0 FD 3F 64 0 1 106 64 32
Octal 135 0 375 77 144 0 1 406 144 62
Binary 1011101 0 11111101 111111 1100100 0 1 100000110 1100100 110010

Color Harmonies of #5D00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D00FD

Black with #5D00FD

Text Example


Text Example

White with #5D00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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