Html Css Color HEX #5501F9 Electric Indigo

📋 copy color: '#5501F9'

red 85 ◦ green 1 ◦ blue 249

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

Shades of Electric Indigo #5501F9

Tints of Electric Indigo #5501F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 74.33%

R = 25.37%
G = 0.3%
B = 74.33%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5501F9 (or 0x5501F9) is known color: Electric Indigo. HEX triplet: 55, 01 and F9. RGB value is (85,1,249). Sum of RGB (Red+Green+Blue) = 85+1+249=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 249 (97.66% from 255 or 74.33% from 335); Max value from RGB is 249 - color contains mainly: blue. Hex color #5501F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5501F9 is #AAFE06. Grayscale: #353535. Windows color (decimal): -11206151 or 16318805. OLE color: 16318805.

HSL color Cylindrical-coordinate representation of color #5501F9: hue angle of 260.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5501F9 is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 1 249 -
CMYK 0.66 1.00 0 0.02
HSL 260.32º 0.99% 0.49% -
HSV(B) 260.32º 1% 0.98% -
XYZ 20.86 8.79 90.22 -
YUV 54.39 237.83 149.83 -
System Red Green Blue C M Y K H S L
Decimal 85 1 249 0.66 1.00 0 0.02 260.32 0.99 0.49
Hex 55 1 F9 42 64 0 2 104 63 31
Octal 125 1 371 102 144 0 2 404 143 61
Binary 1010101 1 11111001 1000010 1100100 0 10 100000100 1100011 110001

Color Harmonies of #5501F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5501F9

Black with #5501F9

Text Example


Text Example

White with #5501F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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