Html Css Color HEX #5603AA Indigo

📋 copy color: '#5603AA'

red 86 ◦ green 3 ◦ blue 170

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

Shades of Indigo #5603AA

Tints of Indigo #5603AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 170 (66.8% from 255) = 65.64%

R = 33.2%
G = 1.16%
B = 65.64%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5603AA (or 0x5603AA) is known color: Indigo. HEX triplet: 56, 03 and AA. RGB value is (86,3,170). Sum of RGB (Red+Green+Blue) = 86+3+170=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #5603AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5603AA is #A9FC55. Grayscale: #2E2E2E. Windows color (decimal): -11140182 or 11141974. OLE color: 11141974.

HSL color Cylindrical-coordinate representation of color #5603AA: hue angle of 269.82º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5603AA is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 3 170 -
CMYK 0.49 0.98 0 0.33
HSL 269.82º 0.97% 0.34% -
HSV(B) 269.82º 0.98% 0.67% -
XYZ 11.13 4.95 38.4 -
YUV 46.86 197.5 155.92 -
System Red Green Blue C M Y K H S L
Decimal 86 3 170 0.49 0.98 0 0.33 269.82 0.97 0.34
Hex 56 3 AA 31 62 0 21 10E 61 22
Octal 126 3 252 61 142 0 41 416 141 42
Binary 1010110 11 10101010 110001 1100010 0 100001 100001110 1100001 100010

Color Harmonies of #5603AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5603AA

Black with #5603AA

Text Example


Text Example

White with #5603AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5603AA; }

 p { color: rgb(86,3,170); }

 H1.HeaderClassName
 {
   color: #5603AA;
 }
 .AnyTagClassName
 {
   color: #5603AA;
 }
</style>

background-color css

<style>
 a { background-color: #5603AA; }

 a { background-color: rgb(86,3,170); }

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

border-color css

<style>
 span { border-color: #5603AA; }

 span { border-color: rgb(86,3,170); }

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