Html Css Color HEX #5E08DD Electric Indigo

📋 copy color: '#5E08DD'

red 94 ◦ green 8 ◦ blue 221

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

Shades of Electric Indigo #5E08DD

Tints of Electric Indigo #5E08DD

RGB

 RED value IS 94 (37.11% from 255) = 29.1%

 GREEN value IS 8 (3.52% from 255) = 2.48%

 BLUE value IS 221 (86.72% from 255) = 68.42%

R = 29.1%
G = 2.48%
B = 68.42%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E08DD (or 0x5E08DD) is known color: Electric Indigo. HEX triplet: 5E, 08 and DD. RGB value is (94,8,221). Sum of RGB (Red+Green+Blue) = 94+8+221=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E08DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E08DD is #A1F722. Grayscale: #393939. Windows color (decimal): -10614563 or 14485598. OLE color: 14485598.

HSL color Cylindrical-coordinate representation of color #5E08DD: hue angle of 264.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E08DD is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 8 221 -
CMYK 0.57 0.96 0 0.13
HSL 264.23º 0.93% 0.45% -
HSV(B) 264.23º 0.96% 0.87% -
XYZ 17.75 7.77 68.97 -
YUV 58 219.99 153.68 -
System Red Green Blue C M Y K H S L
Decimal 94 8 221 0.57 0.96 0 0.13 264.23 0.93 0.45
Hex 5E 8 DD 39 60 0 D 108 5D 2D
Octal 136 10 335 71 140 0 15 410 135 55
Binary 1011110 1000 11011101 111001 1100000 0 1101 100001000 1011101 101101

Color Harmonies of #5E08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E08DD

Black with #5E08DD

Text Example


Text Example

White with #5E08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,8,221); }

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

background-color css

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

 a { background-color: rgb(94,8,221); }

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

border-color css

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

 span { border-color: rgb(94,8,221); }

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