Html Css Color HEX #5502F3 Electric Indigo

📋 copy color: '#5502F3'

red 85 ◦ green 2 ◦ blue 243

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

Shades of Electric Indigo #5502F3

Tints of Electric Indigo #5502F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 73.64%

R = 25.76%
G = 0.61%
B = 73.64%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5502F3 (or 0x5502F3) is known color: Electric Indigo. HEX triplet: 55, 02 and F3. RGB value is (85,2,243). Sum of RGB (Red+Green+Blue) = 85+2+243=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 243 (95.31% from 255 or 73.64% from 330); Max value from RGB is 243 - color contains mainly: blue. Hex color #5502F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5502F3 is #AAFD0C. Grayscale: #353535. Windows color (decimal): -11205901 or 15925845. OLE color: 15925845.

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

Color convert

RGB 85 2 243 -
CMYK 0.65 0.99 0 0.05
HSL 260.66º 0.98% 0.48% -
HSV(B) 260.66º 0.99% 0.95% -
XYZ 19.95 8.45 85.37 -
YUV 54.29 234.5 149.9 -
System Red Green Blue C M Y K H S L
Decimal 85 2 243 0.65 0.99 0 0.05 260.66 0.98 0.48
Hex 55 2 F3 41 63 0 5 105 62 30
Octal 125 2 363 101 143 0 5 405 142 60
Binary 1010101 10 11110011 1000001 1100011 0 101 100000101 1100010 110000

Color Harmonies of #5502F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5502F3

Black with #5502F3

Text Example


Text Example

White with #5502F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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