Html Css Color HEX #571290 Indigo

📋 copy color: '#571290'

red 87 ◦ green 18 ◦ blue 144

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

Shades of Indigo #571290

Tints of Indigo #571290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 34.94%
G = 7.23%
B = 57.83%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#571290 (or 0x571290) is known color: Indigo. HEX triplet: 57, 12 and 90. RGB value is (87,18,144). Sum of RGB (Red+Green+Blue) = 87+18+144=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #571290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571290 is #A8ED6F. Grayscale: #343434. Windows color (decimal): -11070832 or 9441879. OLE color: 9441879.

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

Color convert

RGB 87 18 144 -
CMYK 0.40 0.88 0 0.44
HSL 272.86º 0.78% 0.32% -
HSV(B) 272.86º 0.88% 0.56% -
XYZ 9.18 4.47 26.76 -
YUV 53 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 87 18 144 0.40 0.88 0 0.44 272.86 0.78 0.32
Hex 57 12 90 28 58 0 2C 111 4E 20
Octal 127 22 220 50 130 0 54 421 116 40
Binary 1010111 10010 10010000 101000 1011000 0 101100 100010001 1001110 100000

Color Harmonies of #571290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571290

Black with #571290

Text Example


Text Example

White with #571290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571290; }

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

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

background-color css

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

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

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

border-color css

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

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

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