Html Css Color HEX #5601DD Electric Indigo

📋 copy color: '#5601DD'

red 86 ◦ green 1 ◦ blue 221

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

Shades of Electric Indigo #5601DD

Tints of Electric Indigo #5601DD

RGB

 RED value IS 86 (33.98% from 255) = 27.92%

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

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

R = 27.92%
G = 0.32%
B = 71.75%

CMYK

 C value IS 0.61

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5601DD (or 0x5601DD) is known color: Electric Indigo. HEX triplet: 56, 01 and DD. RGB value is (86,1,221). Sum of RGB (Red+Green+Blue) = 86+1+221=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #5601DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5601DD is #A9FE22. Grayscale: #323232. Windows color (decimal): -11140643 or 14483798. OLE color: 14483798.

HSL color Cylindrical-coordinate representation of color #5601DD: hue angle of 263.18º 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 #5601DD is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 1 221 -
CMYK 0.61 1.00 0 0.13
HSL 263.18º 0.99% 0.44% -
HSV(B) 263.18º 1% 0.87% -
XYZ 16.9 7.22 68.91 -
YUV 51.5 223.66 152.61 -
System Red Green Blue C M Y K H S L
Decimal 86 1 221 0.61 1.00 0 0.13 263.18 0.99 0.44
Hex 56 1 DD 3D 64 0 D 107 63 2C
Octal 126 1 335 75 144 0 15 407 143 54
Binary 1010110 1 11011101 111101 1100100 0 1101 100000111 1100011 101100

Color Harmonies of #5601DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5601DD

Black with #5601DD

Text Example


Text Example

White with #5601DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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