Html Css Color HEX #5502DF Electric Indigo

📋 copy color: '#5502DF'

red 85 ◦ green 2 ◦ blue 223

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

Shades of Electric Indigo #5502DF

Tints of Electric Indigo #5502DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.94%

R = 27.42%
G = 0.65%
B = 71.94%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5502DF (or 0x5502DF) is known color: Electric Indigo. HEX triplet: 55, 02 and DF. RGB value is (85,2,223). Sum of RGB (Red+Green+Blue) = 85+2+223=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #5502DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502DF is #AAFD20. Grayscale: #333333. Windows color (decimal): -11205921 or 14615125. OLE color: 14615125.

HSL color Cylindrical-coordinate representation of color #5502DF: hue angle of 262.53º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502DF is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 2 223 -
CMYK 0.62 0.99 0 0.13
HSL 262.53º 0.98% 0.44% -
HSV(B) 262.53º 0.99% 0.87% -
XYZ 17.09 7.3 70.32 -
YUV 52.01 224.5 151.53 -
System Red Green Blue C M Y K H S L
Decimal 85 2 223 0.62 0.99 0 0.13 262.53 0.98 0.44
Hex 55 2 DF 3E 63 0 D 107 62 2C
Octal 125 2 337 76 143 0 15 407 142 54
Binary 1010101 10 11011111 111110 1100011 0 1101 100000111 1100010 101100

Color Harmonies of #5502DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5502DF

Black with #5502DF

Text Example


Text Example

White with #5502DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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