Html Css Color HEX #5501FF Electric Indigo

📋 copy color: '#5501FF'

red 85 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #5501FF

Tints of Electric Indigo #5501FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 255 (100% from 255) = 74.78%

R = 24.93%
G = 0.29%
B = 74.78%

CMYK

 C value IS 0.67

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5501FF (or 0x5501FF) is known color: Electric Indigo. HEX triplet: 55, 01 and FF. RGB value is (85,1,255). Sum of RGB (Red+Green+Blue) = 85+1+255=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #5501FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5501FF is #AAFE00. Grayscale: #363636. Windows color (decimal): -11206145 or 16712021. OLE color: 16712021.

HSL color Cylindrical-coordinate representation of color #5501FF: hue angle of 259.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5501FF is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 1 255 -
CMYK 0.67 1.00 0 0
HSL 259.84º 1% 0.5% -
HSV(B) 259.84º 1% 1% -
XYZ 21.81 9.17 95.23 -
YUV 55.07 240.83 149.35 -
System Red Green Blue C M Y K H S L
Decimal 85 1 255 0.67 1.00 0 0 259.84 1 0.5
Hex 55 1 FF 43 64 0 0 104 64 32
Octal 125 1 377 103 144 0 0 404 144 62
Binary 1010101 1 11111111 1000011 1100100 0 0 100000100 1100100 110010

Color Harmonies of #5501FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5501FF

Black with #5501FF

Text Example


Text Example

White with #5501FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5501FF; }

 p { color: rgb(85,1,255); }

 H1.HeaderClassName
 {
   color: #5501FF;
 }
 .AnyTagClassName
 {
   color: #5501FF;
 }
</style>

background-color css

<style>
 a { background-color: #5501FF; }

 a { background-color: rgb(85,1,255); }

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

border-color css

<style>
 span { border-color: #5501FF; }

 span { border-color: rgb(85,1,255); }

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