Html Css Color HEX #5502F6 Electric Indigo

📋 copy color: '#5502F6'

red 85 ◦ green 2 ◦ blue 246

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

Shades of Electric Indigo #5502F6

Tints of Electric Indigo #5502F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 73.87%

R = 25.53%
G = 0.6%
B = 73.87%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5502F6 (or 0x5502F6) is known color: Electric Indigo. HEX triplet: 55, 02 and F6. RGB value is (85,2,246). Sum of RGB (Red+Green+Blue) = 85+2+246=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 246 (96.48% from 255 or 73.87% from 333); Max value from RGB is 246 - color contains mainly: blue. Hex color #5502F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5502F6 is #AAFD09. Grayscale: #353535. Windows color (decimal): -11205898 or 16122453. OLE color: 16122453.

HSL color Cylindrical-coordinate representation of color #5502F6: hue angle of 260.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502F6 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 2 246 -
CMYK 0.65 0.99 0 0.04
HSL 260.41º 0.98% 0.49% -
HSV(B) 260.41º 0.99% 0.96% -
XYZ 20.4 8.63 87.78 -
YUV 54.63 236 149.66 -
System Red Green Blue C M Y K H S L
Decimal 85 2 246 0.65 0.99 0 0.04 260.41 0.98 0.49
Hex 55 2 F6 41 63 0 4 104 62 31
Octal 125 2 366 101 143 0 4 404 142 61
Binary 1010101 10 11110110 1000001 1100011 0 100 100000100 1100010 110001

Color Harmonies of #5502F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5502F6

Black with #5502F6

Text Example


Text Example

White with #5502F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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