Html Css Color HEX #5E07DD Electric Indigo

📋 copy color: '#5E07DD'

red 94 ◦ green 7 ◦ blue 221

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

Shades of Electric Indigo #5E07DD

Tints of Electric Indigo #5E07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 29.19%
G = 2.17%
B = 68.63%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E07DD (or 0x5E07DD) is known color: Electric Indigo. HEX triplet: 5E, 07 and DD. RGB value is (94,7,221). Sum of RGB (Red+Green+Blue) = 94+7+221=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E07DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E07DD is #A1F822. Grayscale: #383838. Windows color (decimal): -10614819 or 14485342. OLE color: 14485342.

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

Color convert

RGB 94 7 221 -
CMYK 0.57 0.97 0 0.13
HSL 264.39º 0.94% 0.45% -
HSV(B) 264.39º 0.97% 0.87% -
XYZ 17.74 7.75 68.97 -
YUV 57.41 220.32 154.1 -
System Red Green Blue C M Y K H S L
Decimal 94 7 221 0.57 0.97 0 0.13 264.39 0.94 0.45
Hex 5E 7 DD 39 61 0 D 108 5E 2D
Octal 136 7 335 71 141 0 15 410 136 55
Binary 1011110 111 11011101 111001 1100001 0 1101 100001000 1011110 101101

Color Harmonies of #5E07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E07DD

Black with #5E07DD

Text Example


Text Example

White with #5E07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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