Html Css Color HEX #571599 Indigo

📋 copy color: '#571599'

red 87 ◦ green 21 ◦ blue 153

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

Shades of Indigo #571599

Tints of Indigo #571599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

 BLUE value IS 153 (60.16% from 255) = 58.62%

R = 33.33%
G = 8.05%
B = 58.62%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#571599 (or 0x571599) is known color: Indigo. HEX triplet: 57, 15 and 99. RGB value is (87,21,153). Sum of RGB (Red+Green+Blue) = 87+21+153=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #571599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571599 is #A8EA66. Grayscale: #373737. Windows color (decimal): -11070055 or 10032471. OLE color: 10032471.

HSL color Cylindrical-coordinate representation of color #571599: hue angle of 270º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571599 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 21 153 -
CMYK 0.43 0.86 0 0.4
HSL 270º 0.76% 0.34% -
HSV(B) 270º 0.86% 0.6% -
XYZ 9.95 4.86 30.55 -
YUV 55.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 87 21 153 0.43 0.86 0 0.4 270 0.76 0.34
Hex 57 15 99 2B 56 0 28 10E 4C 22
Octal 127 25 231 53 126 0 50 416 114 42
Binary 1010111 10101 10011001 101011 1010110 0 101000 100001110 1001100 100010

Color Harmonies of #571599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571599

Black with #571599

Text Example


Text Example

White with #571599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571599; }

 p { color: rgb(87,21,153); }

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

background-color css

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

 a { background-color: rgb(87,21,153); }

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

border-color css

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

 span { border-color: rgb(87,21,153); }

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