Html Css Color HEX #571891 Indigo

📋 copy color: '#571891'

red 87 ◦ green 24 ◦ blue 145

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

Shades of Indigo #571891

Tints of Indigo #571891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 145 (57.03% from 255) = 56.64%

R = 33.98%
G = 9.38%
B = 56.64%

CMYK

 C value IS 0.4

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#571891 (or 0x571891) is known color: Indigo. HEX triplet: 57, 18 and 91. RGB value is (87,24,145). Sum of RGB (Red+Green+Blue) = 87+24+145=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #571891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571891 is #A8E76E. Grayscale: #383838. Windows color (decimal): -11069295 or 9508951. OLE color: 9508951.

HSL color Cylindrical-coordinate representation of color #571891: hue angle of 271.24º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571891 is Cyan = 0.4, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 24 145 -
CMYK 0.4 0.83 0 0.43
HSL 271.24º 0.72% 0.33% -
HSV(B) 271.24º 0.83% 0.57% -
XYZ 9.37 4.72 27.21 -
YUV 56.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 87 24 145 0.4 0.83 0 0.43 271.24 0.72 0.33
Hex 57 18 91 28 53 0 2B 10F 48 21
Octal 127 30 221 50 123 0 53 417 110 41
Binary 1010111 11000 10010001 101000 1010011 0 101011 100001111 1001000 100001

Color Harmonies of #571891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571891

Black with #571891

Text Example


Text Example

White with #571891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571891; }

 p { color: rgb(87,24,145); }

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

background-color css

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

 a { background-color: rgb(87,24,145); }

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

border-color css

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

 span { border-color: rgb(87,24,145); }

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