Html Css Color HEX #5803FE Electric Indigo

📋 copy color: '#5803FE'

red 88 ◦ green 3 ◦ blue 254

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

Shades of Electric Indigo #5803FE

Tints of Electric Indigo #5803FE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 254 (99.61% from 255) = 73.62%

R = 25.51%
G = 0.87%
B = 73.62%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5803FE (or 0x5803FE) is known color: Electric Indigo. HEX triplet: 58, 03 and FE. RGB value is (88,3,254). Sum of RGB (Red+Green+Blue) = 88+3+254=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #5803FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5803FE is #A7FC01. Grayscale: #383838. Windows color (decimal): -11009026 or 16647000. OLE color: 16647000.

HSL color Cylindrical-coordinate representation of color #5803FE: hue angle of 260.32º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803FE is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 88 3 254 -
CMYK 0.65 0.99 0 0.00
HSL 260.32º 0.99% 0.5% -
HSV(B) 260.32º 0.99% 1% -
XYZ 21.95 9.3 94.4 -
YUV 57.03 239.16 150.09 -
System Red Green Blue C M Y K H S L
Decimal 88 3 254 0.65 0.99 0 0.00 260.32 0.99 0.5
Hex 58 3 FE 41 63 0 0 104 63 32
Octal 130 3 376 101 143 0 0 404 143 62
Binary 1011000 11 11111110 1000001 1100011 0 0 100000100 1100011 110010

Color Harmonies of #5803FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5803FE

Black with #5803FE

Text Example


Text Example

White with #5803FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5803FE; }

 p { color: rgb(88,3,254); }

 H1.HeaderClassName
 {
   color: #5803FE;
 }
 .AnyTagClassName
 {
   color: #5803FE;
 }
</style>

background-color css

<style>
 a { background-color: #5803FE; }

 a { background-color: rgb(88,3,254); }

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

border-color css

<style>
 span { border-color: #5803FE; }

 span { border-color: rgb(88,3,254); }

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