Html Css Color HEX #5D01EC Electric Indigo

📋 copy color: '#5D01EC'

red 93 ◦ green 1 ◦ blue 236

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

Shades of Electric Indigo #5D01EC

Tints of Electric Indigo #5D01EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.52%

R = 28.18%
G = 0.3%
B = 71.52%

CMYK

 C value IS 0.61

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D01EC (or 0x5D01EC) is known color: Electric Indigo. HEX triplet: 5D, 01 and EC. RGB value is (93,1,236). Sum of RGB (Red+Green+Blue) = 93+1+236=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D01EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D01EC is #A2FE13. Grayscale: #363636. Windows color (decimal): -10681876 or 15466845. OLE color: 15466845.

HSL color Cylindrical-coordinate representation of color #5D01EC: hue angle of 263.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D01EC is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 1 236 -
CMYK 0.61 1.00 0 0.07
HSL 263.49º 0.99% 0.46% -
HSV(B) 263.49º 1% 0.93% -
XYZ 19.67 8.4 79.94 -
YUV 55.3 229.98 154.89 -
System Red Green Blue C M Y K H S L
Decimal 93 1 236 0.61 1.00 0 0.07 263.49 0.99 0.46
Hex 5D 1 EC 3D 64 0 7 107 63 2E
Octal 135 1 354 75 144 0 7 407 143 56
Binary 1011101 1 11101100 111101 1100100 0 111 100000111 1100011 101110

Color Harmonies of #5D01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D01EC

Black with #5D01EC

Text Example


Text Example

White with #5D01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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