Html Css Color HEX #5501DD Electric Indigo

📋 copy color: '#5501DD'

red 85 ◦ green 1 ◦ blue 221

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

Shades of Electric Indigo #5501DD

Tints of Electric Indigo #5501DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 27.69%
G = 0.33%
B = 71.99%

CMYK

 C value IS 0.62

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5501DD (or 0x5501DD) is known color: Electric Indigo. HEX triplet: 55, 01 and DD. RGB value is (85,1,221). Sum of RGB (Red+Green+Blue) = 85+1+221=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #5501DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5501DD is #AAFE22. Grayscale: #323232. Windows color (decimal): -11206179 or 14483797. OLE color: 14483797.

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

Color convert

RGB 85 1 221 -
CMYK 0.62 1.00 0 0.13
HSL 262.91º 0.99% 0.44% -
HSV(B) 262.91º 1% 0.87% -
XYZ 16.81 7.17 68.91 -
YUV 51.2 223.83 152.11 -
System Red Green Blue C M Y K H S L
Decimal 85 1 221 0.62 1.00 0 0.13 262.91 0.99 0.44
Hex 55 1 DD 3E 64 0 D 107 63 2C
Octal 125 1 335 76 144 0 15 407 143 54
Binary 1010101 1 11011101 111110 1100100 0 1101 100000111 1100011 101100

Color Harmonies of #5501DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5501DD

Black with #5501DD

Text Example


Text Example

White with #5501DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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