Html Css Color HEX #571291 Indigo

📋 copy color: '#571291'

red 87 ◦ green 18 ◦ blue 145

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

Shades of Indigo #571291

Tints of Indigo #571291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 34.8%
G = 7.2%
B = 58%

CMYK

 C value IS 0.4

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#571291 (or 0x571291) is known color: Indigo. HEX triplet: 57, 12 and 91. RGB value is (87,18,145). Sum of RGB (Red+Green+Blue) = 87+18+145=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #571291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571291 is #A8ED6E. Grayscale: #343434. Windows color (decimal): -11070831 or 9507415. OLE color: 9507415.

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

Color convert

RGB 87 18 145 -
CMYK 0.4 0.88 0 0.43
HSL 272.6º 0.78% 0.32% -
HSV(B) 272.6º 0.88% 0.57% -
XYZ 9.26 4.5 27.17 -
YUV 53.11 179.86 152.17 -
System Red Green Blue C M Y K H S L
Decimal 87 18 145 0.4 0.88 0 0.43 272.6 0.78 0.32
Hex 57 12 91 28 58 0 2B 111 4E 20
Octal 127 22 221 50 130 0 53 421 116 40
Binary 1010111 10010 10010001 101000 1011000 0 101011 100010001 1001110 100000

Color Harmonies of #571291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571291

Black with #571291

Text Example


Text Example

White with #571291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571291; }

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

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

background-color css

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

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

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

border-color css

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

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

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