Html Css Color HEX #571981 Indigo

📋 copy color: '#571981'

red 87 ◦ green 25 ◦ blue 129

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

Shades of Indigo #571981

Tints of Indigo #571981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

 BLUE value IS 129 (50.78% from 255) = 53.53%

R = 36.1%
G = 10.37%
B = 53.53%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#571981 (or 0x571981) is known color: Indigo. HEX triplet: 57, 19 and 81. RGB value is (87,25,129). Sum of RGB (Red+Green+Blue) = 87+25+129=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #571981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571981 is #A8E67E. Grayscale: #373737. Windows color (decimal): -11069055 or 8460631. OLE color: 8460631.

HSL color Cylindrical-coordinate representation of color #571981: hue angle of 275.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #571981 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 25 129 -
CMYK 0.33 0.81 0 0.49
HSL 275.77º 0.68% 0.3% -
HSV(B) 275.77º 0.81% 0.51% -
XYZ 8.24 4.31 21.17 -
YUV 55.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 87 25 129 0.33 0.81 0 0.49 275.77 0.68 0.3
Hex 57 19 81 21 51 0 31 114 44 1E
Octal 127 31 201 41 121 0 61 424 104 36
Binary 1010111 11001 10000001 100001 1010001 0 110001 100010100 1000100 11110

Color Harmonies of #571981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571981

Black with #571981

Text Example


Text Example

White with #571981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571981; }

 p { color: rgb(87,25,129); }

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

background-color css

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

 a { background-color: rgb(87,25,129); }

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

border-color css

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

 span { border-color: rgb(87,25,129); }

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