Html Css Color HEX #5D05EA Electric Indigo

📋 copy color: '#5D05EA'

red 93 ◦ green 5 ◦ blue 234

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

Shades of Electric Indigo #5D05EA

Tints of Electric Indigo #5D05EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 234 (91.8% from 255) = 70.48%

R = 28.01%
G = 1.51%
B = 70.48%

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

#5D05EA (or 0x5D05EA) is known color: Electric Indigo. HEX triplet: 5D, 05 and EA. RGB value is (93,5,234). Sum of RGB (Red+Green+Blue) = 93+5+234=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D05EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D05EA is #A2FA15. Grayscale: #383838. Windows color (decimal): -10680854 or 15336797. OLE color: 15336797.

HSL color Cylindrical-coordinate representation of color #5D05EA: hue angle of 263.06º degrees, saturation: 0.96, 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 #5D05EA is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 5 234 -
CMYK 0.60 0.98 0 0.08
HSL 263.06º 0.96% 0.47% -
HSV(B) 263.06º 0.98% 0.92% -
XYZ 19.42 8.38 78.44 -
YUV 57.42 227.65 153.38 -
System Red Green Blue C M Y K H S L
Decimal 93 5 234 0.60 0.98 0 0.08 263.06 0.96 0.47
Hex 5D 5 EA 3C 62 0 8 107 60 2F
Octal 135 5 352 74 142 0 10 407 140 57
Binary 1011101 101 11101010 111100 1100010 0 1000 100000111 1100000 101111

Color Harmonies of #5D05EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D05EA

Black with #5D05EA

Text Example


Text Example

White with #5D05EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,234); }

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

background-color css

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

 a { background-color: rgb(93,5,234); }

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

border-color css

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

 span { border-color: rgb(93,5,234); }

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