Html Css Color HEX #5805E1 Electric Indigo

📋 copy color: '#5805E1'

red 88 ◦ green 5 ◦ blue 225

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

Shades of Electric Indigo #5805E1

Tints of Electric Indigo #5805E1

RGB

 RED value IS 88 (34.77% from 255) = 27.67%

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

 BLUE value IS 225 (88.28% from 255) = 70.75%

R = 27.67%
G = 1.57%
B = 70.75%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5805E1 (or 0x5805E1) is known color: Electric Indigo. HEX triplet: 58, 05 and E1. RGB value is (88,5,225). Sum of RGB (Red+Green+Blue) = 88+5+225=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 225 (88.28% from 255 or 70.75% from 318); Max value from RGB is 225 - color contains mainly: blue. Hex color #5805E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5805E1 is #A7FA1E. Grayscale: #363636. Windows color (decimal): -11008543 or 14746968. OLE color: 14746968.

HSL color Cylindrical-coordinate representation of color #5805E1: hue angle of 262.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5805E1 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 5 225 -
CMYK 0.61 0.98 0 0.12
HSL 262.64º 0.96% 0.45% -
HSV(B) 262.64º 0.98% 0.88% -
XYZ 17.67 7.62 71.77 -
YUV 54.9 224 151.61 -
System Red Green Blue C M Y K H S L
Decimal 88 5 225 0.61 0.98 0 0.12 262.64 0.96 0.45
Hex 58 5 E1 3D 62 0 C 107 60 2D
Octal 130 5 341 75 142 0 14 407 140 55
Binary 1011000 101 11100001 111101 1100010 0 1100 100000111 1100000 101101

Color Harmonies of #5805E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5805E1

Black with #5805E1

Text Example


Text Example

White with #5805E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5805E1; }

 p { color: rgb(88,5,225); }

 H1.HeaderClassName
 {
   color: #5805E1;
 }
 .AnyTagClassName
 {
   color: #5805E1;
 }
</style>

background-color css

<style>
 a { background-color: #5805E1; }

 a { background-color: rgb(88,5,225); }

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

border-color css

<style>
 span { border-color: #5805E1; }

 span { border-color: rgb(88,5,225); }

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