Html Css Color HEX #5D04EF Electric Indigo

📋 copy color: '#5D04EF'

red 93 ◦ green 4 ◦ blue 239

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

Shades of Electric Indigo #5D04EF

Tints of Electric Indigo #5D04EF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 27.68%
G = 1.19%
B = 71.13%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5D04EF (or 0x5D04EF) is known color: Electric Indigo. HEX triplet: 5D, 04 and EF. RGB value is (93,4,239). Sum of RGB (Red+Green+Blue) = 93+4+239=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D04EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D04EF is #A2FB10. Grayscale: #383838. Windows color (decimal): -10681105 or 15664221. OLE color: 15664221.

HSL color Cylindrical-coordinate representation of color #5D04EF: hue angle of 262.72º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D04EF is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 4 239 -
CMYK 0.61 0.98 0 0.06
HSL 262.72º 0.97% 0.48% -
HSV(B) 262.72º 0.98% 0.94% -
XYZ 20.14 8.65 82.27 -
YUV 57.4 230.49 153.39 -
System Red Green Blue C M Y K H S L
Decimal 93 4 239 0.61 0.98 0 0.06 262.72 0.97 0.48
Hex 5D 4 EF 3D 62 0 6 107 61 30
Octal 135 4 357 75 142 0 6 407 141 60
Binary 1011101 100 11101111 111101 1100010 0 110 100000111 1100001 110000

Color Harmonies of #5D04EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D04EF

Black with #5D04EF

Text Example


Text Example

White with #5D04EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,4,239); }

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

background-color css

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

 a { background-color: rgb(93,4,239); }

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

border-color css

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

 span { border-color: rgb(93,4,239); }

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