Html Css Color HEX #570595 Indigo

📋 copy color: '#570595'

red 87 ◦ green 5 ◦ blue 149

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

Shades of Indigo #570595

Tints of Indigo #570595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.83%

R = 36.1%
G = 2.07%
B = 61.83%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#570595 (or 0x570595) is known color: Indigo. HEX triplet: 57, 05 and 95. RGB value is (87,5,149). Sum of RGB (Red+Green+Blue) = 87+5+149=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #570595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570595 is #A8FA6A. Grayscale: #2D2D2D. Windows color (decimal): -11074155 or 9766231. OLE color: 9766231.

HSL color Cylindrical-coordinate representation of color #570595: hue angle of 274.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570595 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 5 149 -
CMYK 0.42 0.97 0 0.42
HSL 274.17º 0.94% 0.3% -
HSV(B) 274.17º 0.97% 0.58% -
XYZ 9.41 4.3 28.77 -
YUV 45.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 87 5 149 0.42 0.97 0 0.42 274.17 0.94 0.3
Hex 57 5 95 2A 61 0 2A 112 5E 1E
Octal 127 5 225 52 141 0 52 422 136 36
Binary 1010111 101 10010101 101010 1100001 0 101010 100010010 1011110 11110

Color Harmonies of #570595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570595

Black with #570595

Text Example


Text Example

White with #570595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570595; }

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

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

background-color css

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

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

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

border-color css

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

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

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