Html Css Color HEX #5705AB Indigo

📋 copy color: '#5705AB'

red 87 ◦ green 5 ◦ blue 171

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

Shades of Indigo #5705AB

Tints of Indigo #5705AB

RGB

 RED value IS 87 (34.38% from 255) = 33.08%

 GREEN value IS 5 (2.34% from 255) = 1.9%

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 33.08%
G = 1.9%
B = 65.02%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5705AB (or 0x5705AB) is known color: Indigo. HEX triplet: 57, 05 and AB. RGB value is (87,5,171). Sum of RGB (Red+Green+Blue) = 87+5+171=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #5705AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5705AB is #A8FA54. Grayscale: #2F2F2F. Windows color (decimal): -11074133 or 11208023. OLE color: 11208023.

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

Color convert

RGB 87 5 171 -
CMYK 0.49 0.97 0 0.33
HSL 269.64º 0.94% 0.35% -
HSV(B) 269.64º 0.97% 0.67% -
XYZ 11.34 5.08 38.91 -
YUV 48.44 197.17 155.5 -
System Red Green Blue C M Y K H S L
Decimal 87 5 171 0.49 0.97 0 0.33 269.64 0.94 0.35
Hex 57 5 AB 31 61 0 21 10E 5E 23
Octal 127 5 253 61 141 0 41 416 136 43
Binary 1010111 101 10101011 110001 1100001 0 100001 100001110 1011110 100011

Color Harmonies of #5705AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5705AB

Black with #5705AB

Text Example


Text Example

White with #5705AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5705AB; }

 p { color: rgb(87,5,171); }

 H1.HeaderClassName
 {
   color: #5705AB;
 }
 .AnyTagClassName
 {
   color: #5705AB;
 }
</style>

background-color css

<style>
 a { background-color: #5705AB; }

 a { background-color: rgb(87,5,171); }

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

border-color css

<style>
 span { border-color: #5705AB; }

 span { border-color: rgb(87,5,171); }

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