Html Css Color HEX #570591 Indigo

📋 copy color: '#570591'

red 87 ◦ green 5 ◦ blue 145

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

Shades of Indigo #570591

Tints of Indigo #570591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

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

R = 36.71%
G = 2.11%
B = 61.18%

CMYK

 C value IS 0.4

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#570591 (or 0x570591) is known color: Indigo. HEX triplet: 57, 05 and 91. RGB value is (87,5,145). Sum of RGB (Red+Green+Blue) = 87+5+145=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #570591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570591 is #A8FA6E. Grayscale: #2D2D2D. Windows color (decimal): -11074159 or 9504087. OLE color: 9504087.

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

Color convert

RGB 87 5 145 -
CMYK 0.4 0.97 0 0.43
HSL 275.14º 0.93% 0.29% -
HSV(B) 275.14º 0.97% 0.57% -
XYZ 9.1 4.18 27.12 -
YUV 45.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 87 5 145 0.4 0.97 0 0.43 275.14 0.93 0.29
Hex 57 5 91 28 61 0 2B 113 5D 1D
Octal 127 5 221 50 141 0 53 423 135 35
Binary 1010111 101 10010001 101000 1100001 0 101011 100010011 1011101 11101

Color Harmonies of #570591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570591

Black with #570591

Text Example


Text Example

White with #570591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570591; }

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

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

background-color css

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

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

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

border-color css

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

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

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