Html Css Color HEX #5503EF Electric Indigo

📋 copy color: '#5503EF'

red 85 ◦ green 3 ◦ blue 239

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

Shades of Electric Indigo #5503EF

Tints of Electric Indigo #5503EF

RGB

 RED value IS 85 (33.59% from 255) = 25.99%

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

 BLUE value IS 239 (93.75% from 255) = 73.09%

R = 25.99%
G = 0.92%
B = 73.09%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5503EF (or 0x5503EF) is known color: Electric Indigo. HEX triplet: 55, 03 and EF. RGB value is (85,3,239). Sum of RGB (Red+Green+Blue) = 85+3+239=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #5503EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5503EF is #AAFC10. Grayscale: #353535. Windows color (decimal): -11205649 or 15663957. OLE color: 15663957.

HSL color Cylindrical-coordinate representation of color #5503EF: hue angle of 260.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5503EF is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 3 239 -
CMYK 0.64 0.99 0 0.06
HSL 260.85º 0.98% 0.47% -
HSV(B) 260.85º 0.99% 0.94% -
XYZ 19.36 8.23 82.23 -
YUV 54.42 232.17 149.81 -
System Red Green Blue C M Y K H S L
Decimal 85 3 239 0.64 0.99 0 0.06 260.85 0.98 0.47
Hex 55 3 EF 40 63 0 6 105 62 2F
Octal 125 3 357 100 143 0 6 405 142 57
Binary 1010101 11 11101111 1000000 1100011 0 110 100000101 1100010 101111

Color Harmonies of #5503EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5503EF

Black with #5503EF

Text Example


Text Example

White with #5503EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5503EF; }

 p { color: rgb(85,3,239); }

 H1.HeaderClassName
 {
   color: #5503EF;
 }
 .AnyTagClassName
 {
   color: #5503EF;
 }
</style>

background-color css

<style>
 a { background-color: #5503EF; }

 a { background-color: rgb(85,3,239); }

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

border-color css

<style>
 span { border-color: #5503EF; }

 span { border-color: rgb(85,3,239); }

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