Html Css Color HEX #5603A5 Indigo

📋 copy color: '#5603A5'

red 86 ◦ green 3 ◦ blue 165

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

Shades of Indigo #5603A5

Tints of Indigo #5603A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 64.96%

R = 33.86%
G = 1.18%
B = 64.96%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5603A5 (or 0x5603A5) is known color: Indigo. HEX triplet: 56, 03 and A5. RGB value is (86,3,165). Sum of RGB (Red+Green+Blue) = 86+3+165=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 165 (64.84% from 255 or 64.96% from 254); Max value from RGB is 165 - color contains mainly: blue. Hex color #5603A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5603A5 is #A9FC5A. Grayscale: #2D2D2D. Windows color (decimal): -11140187 or 10814294. OLE color: 10814294.

HSL color Cylindrical-coordinate representation of color #5603A5: hue angle of 270.74º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5603A5 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 3 165 -
CMYK 0.48 0.98 0 0.35
HSL 270.74º 0.96% 0.33% -
HSV(B) 270.74º 0.98% 0.65% -
XYZ 10.66 4.76 35.95 -
YUV 46.29 195 156.33 -
System Red Green Blue C M Y K H S L
Decimal 86 3 165 0.48 0.98 0 0.35 270.74 0.96 0.33
Hex 56 3 A5 30 62 0 23 10F 60 21
Octal 126 3 245 60 142 0 43 417 140 41
Binary 1010110 11 10100101 110000 1100010 0 100011 100001111 1100000 100001

Color Harmonies of #5603A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5603A5

Black with #5603A5

Text Example


Text Example

White with #5603A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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