Html Css Color HEX #570593 Indigo

📋 copy color: '#570593'

red 87 ◦ green 5 ◦ blue 147

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

Shades of Indigo #570593

Tints of Indigo #570593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.51%

R = 36.4%
G = 2.09%
B = 61.51%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#570593 (or 0x570593) is known color: Indigo. HEX triplet: 57, 05 and 93. RGB value is (87,5,147). Sum of RGB (Red+Green+Blue) = 87+5+147=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #570593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570593 is #A8FA6C. Grayscale: #2D2D2D. Windows color (decimal): -11074157 or 9635159. OLE color: 9635159.

HSL color Cylindrical-coordinate representation of color #570593: hue angle of 274.65º degrees, saturation: 0.93, 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 #570593 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 5 147 -
CMYK 0.41 0.97 0 0.42
HSL 274.65º 0.93% 0.3% -
HSV(B) 274.65º 0.97% 0.58% -
XYZ 9.25 4.24 27.93 -
YUV 45.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 87 5 147 0.41 0.97 0 0.42 274.65 0.93 0.3
Hex 57 5 93 29 61 0 2A 113 5D 1E
Octal 127 5 223 51 141 0 52 423 135 36
Binary 1010111 101 10010011 101001 1100001 0 101010 100010011 1011101 11110

Color Harmonies of #570593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570593

Black with #570593

Text Example


Text Example

White with #570593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570593; }

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

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

background-color css

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

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

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

border-color css

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

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

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