Html Css Color HEX #571490 Indigo

📋 copy color: '#571490'

red 87 ◦ green 20 ◦ blue 144

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

Shades of Indigo #571490

Tints of Indigo #571490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

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

R = 34.66%
G = 7.97%
B = 57.37%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#571490 (or 0x571490) is known color: Indigo. HEX triplet: 57, 14 and 90. RGB value is (87,20,144). Sum of RGB (Red+Green+Blue) = 87+20+144=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #571490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571490 is #A8EB6F. Grayscale: #353535. Windows color (decimal): -11070320 or 9442391. OLE color: 9442391.

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

Color convert

RGB 87 20 144 -
CMYK 0.40 0.86 0 0.44
HSL 272.42º 0.76% 0.32% -
HSV(B) 272.42º 0.86% 0.56% -
XYZ 9.21 4.54 26.78 -
YUV 54.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 87 20 144 0.40 0.86 0 0.44 272.42 0.76 0.32
Hex 57 14 90 28 56 0 2C 110 4C 20
Octal 127 24 220 50 126 0 54 420 114 40
Binary 1010111 10100 10010000 101000 1010110 0 101100 100010000 1001100 100000

Color Harmonies of #571490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571490

Black with #571490

Text Example


Text Example

White with #571490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571490; }

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

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

background-color css

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

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

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

border-color css

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

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

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