Html Css Color HEX #5601A7 Indigo

📋 copy color: '#5601A7'

red 86 ◦ green 1 ◦ blue 167

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

Shades of Indigo #5601A7

Tints of Indigo #5601A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 65.75%

R = 33.86%
G = 0.39%
B = 65.75%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5601A7 (or 0x5601A7) is known color: Indigo. HEX triplet: 56, 01 and A7. RGB value is (86,1,167). Sum of RGB (Red+Green+Blue) = 86+1+167=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 167 (65.62% from 255 or 65.75% from 254); Max value from RGB is 167 - color contains mainly: blue. Hex color #5601A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5601A7 is #A9FE58. Grayscale: #2C2C2C. Windows color (decimal): -11140697 or 10944854. OLE color: 10944854.

HSL color Cylindrical-coordinate representation of color #5601A7: hue angle of 270.72º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5601A7 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 1 167 -
CMYK 0.49 0.99 0 0.35
HSL 270.72º 0.99% 0.33% -
HSV(B) 270.72º 0.99% 0.65% -
XYZ 10.82 4.79 36.91 -
YUV 45.34 196.66 157 -
System Red Green Blue C M Y K H S L
Decimal 86 1 167 0.49 0.99 0 0.35 270.72 0.99 0.33
Hex 56 1 A7 31 63 0 23 10F 63 21
Octal 126 1 247 61 143 0 43 417 143 41
Binary 1010110 1 10100111 110001 1100011 0 100011 100001111 1100011 100001

Color Harmonies of #5601A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5601A7

Black with #5601A7

Text Example


Text Example

White with #5601A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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