Html Css Color HEX #5D04EB Electric Indigo

📋 copy color: '#5D04EB'

red 93 ◦ green 4 ◦ blue 235

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

Shades of Electric Indigo #5D04EB

Tints of Electric Indigo #5D04EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 28.01%
G = 1.2%
B = 70.78%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D04EB (or 0x5D04EB) is known color: Electric Indigo. HEX triplet: 5D, 04 and EB. RGB value is (93,4,235). Sum of RGB (Red+Green+Blue) = 93+4+235=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D04EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D04EB is #A2FB14. Grayscale: #383838. Windows color (decimal): -10681109 or 15402077. OLE color: 15402077.

HSL color Cylindrical-coordinate representation of color #5D04EB: hue angle of 263.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D04EB is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 4 235 -
CMYK 0.60 0.98 0 0.08
HSL 263.12º 0.97% 0.47% -
HSV(B) 263.12º 0.98% 0.92% -
XYZ 19.55 8.41 79.19 -
YUV 56.95 228.49 153.72 -
System Red Green Blue C M Y K H S L
Decimal 93 4 235 0.60 0.98 0 0.08 263.12 0.97 0.47
Hex 5D 4 EB 3C 62 0 8 107 61 2F
Octal 135 4 353 74 142 0 10 407 141 57
Binary 1011101 100 11101011 111100 1100010 0 1000 100000111 1100001 101111

Color Harmonies of #5D04EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D04EB

Black with #5D04EB

Text Example


Text Example

White with #5D04EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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