Html Css Color HEX #5502FC Electric Indigo

📋 copy color: '#5502FC'

red 85 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #5502FC

Tints of Electric Indigo #5502FC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 252 (98.83% from 255) = 74.34%

R = 25.07%
G = 0.59%
B = 74.34%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5502FC (or 0x5502FC) is known color: Electric Indigo. HEX triplet: 55, 02 and FC. RGB value is (85,2,252). Sum of RGB (Red+Green+Blue) = 85+2+252=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #5502FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5502FC is #AAFD03. Grayscale: #363636. Windows color (decimal): -11205892 or 16515669. OLE color: 16515669.

HSL color Cylindrical-coordinate representation of color #5502FC: hue angle of 259.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502FC is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 2 252 -
CMYK 0.66 0.99 0 0.01
HSL 259.92º 0.98% 0.5% -
HSV(B) 259.92º 0.99% 0.99% -
XYZ 21.34 9 92.71 -
YUV 55.32 239 149.17 -
System Red Green Blue C M Y K H S L
Decimal 85 2 252 0.66 0.99 0 0.01 259.92 0.98 0.5
Hex 55 2 FC 42 63 0 1 104 62 32
Octal 125 2 374 102 143 0 1 404 142 62
Binary 1010101 10 11111100 1000010 1100011 0 1 100000100 1100010 110010

Color Harmonies of #5502FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5502FC

Black with #5502FC

Text Example


Text Example

White with #5502FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5502FC; }

 p { color: rgb(85,2,252); }

 H1.HeaderClassName
 {
   color: #5502FC;
 }
 .AnyTagClassName
 {
   color: #5502FC;
 }
</style>

background-color css

<style>
 a { background-color: #5502FC; }

 a { background-color: rgb(85,2,252); }

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

border-color css

<style>
 span { border-color: #5502FC; }

 span { border-color: rgb(85,2,252); }

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