Html Css Color HEX #571990 Indigo

📋 copy color: '#571990'

red 87 ◦ green 25 ◦ blue 144

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

Shades of Indigo #571990

Tints of Indigo #571990

RGB

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

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

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

R = 33.98%
G = 9.77%
B = 56.25%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#571990 (or 0x571990) is known color: Indigo. HEX triplet: 57, 19 and 90. RGB value is (87,25,144). Sum of RGB (Red+Green+Blue) = 87+25+144=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #571990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571990 is #A8E66F. Grayscale: #383838. Windows color (decimal): -11069040 or 9443671. OLE color: 9443671.

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

Color convert

RGB 87 25 144 -
CMYK 0.40 0.83 0 0.44
HSL 271.26º 0.7% 0.33% -
HSV(B) 271.26º 0.83% 0.56% -
XYZ 9.31 4.74 26.81 -
YUV 57.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 87 25 144 0.40 0.83 0 0.44 271.26 0.7 0.33
Hex 57 19 90 28 53 0 2C 10F 46 21
Octal 127 31 220 50 123 0 54 417 106 41
Binary 1010111 11001 10010000 101000 1010011 0 101100 100001111 1000110 100001

Color Harmonies of #571990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571990

Black with #571990

Text Example


Text Example

White with #571990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571990; }

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

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

background-color css

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

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

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

border-color css

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

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

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