Html Css Color HEX #5501FA Electric Indigo

📋 copy color: '#5501FA'

red 85 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #5501FA

Tints of Electric Indigo #5501FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.4%

R = 25.3%
G = 0.3%
B = 74.4%

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

#5501FA (or 0x5501FA) is known color: Electric Indigo. HEX triplet: 55, 01 and FA. RGB value is (85,1,250). Sum of RGB (Red+Green+Blue) = 85+1+250=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #5501FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5501FA is #AAFE05. Grayscale: #353535. Windows color (decimal): -11206150 or 16384341. OLE color: 16384341.

HSL color Cylindrical-coordinate representation of color #5501FA: hue angle of 260.24º 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 #5501FA is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 1 250 -
CMYK 0.66 1.00 0 0.02
HSL 260.24º 0.99% 0.49% -
HSV(B) 260.24º 1% 0.98% -
XYZ 21.01 8.86 91.04 -
YUV 54.5 238.33 149.75 -
System Red Green Blue C M Y K H S L
Decimal 85 1 250 0.66 1.00 0 0.02 260.24 0.99 0.49
Hex 55 1 FA 42 64 0 2 104 63 31
Octal 125 1 372 102 144 0 2 404 143 61
Binary 1010101 1 11111010 1000010 1100100 0 10 100000100 1100011 110001

Color Harmonies of #5501FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5501FA

Black with #5501FA

Text Example


Text Example

White with #5501FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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