Html Css Color HEX #570574 Indigo

📋 copy color: '#570574'

red 87 ◦ green 5 ◦ blue 116

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

Shades of Indigo #570574

Tints of Indigo #570574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 41.83%
G = 2.4%
B = 55.77%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#570574 (or 0x570574) is known color: Indigo. HEX triplet: 57, 05 and 74. RGB value is (87,5,116). Sum of RGB (Red+Green+Blue) = 87+5+116=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #570574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570574 is #A8FA8B. Grayscale: #292929. Windows color (decimal): -11074188 or 7603543. OLE color: 7603543.

HSL color Cylindrical-coordinate representation of color #570574: hue angle of 284.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570574 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 5 116 -
CMYK 0.25 0.96 0 0.55
HSL 284.32º 0.92% 0.24% -
HSV(B) 284.32º 0.96% 0.45% -
XYZ 7.14 3.4 16.8 -
YUV 42.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 87 5 116 0.25 0.96 0 0.55 284.32 0.92 0.24
Hex 57 5 74 19 60 0 37 11C 5C 18
Octal 127 5 164 31 140 0 67 434 134 30
Binary 1010111 101 1110100 11001 1100000 0 110111 100011100 1011100 11000

Color Harmonies of #570574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570574

Black with #570574

Text Example


Text Example

White with #570574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570574; }

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

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

background-color css

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

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

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

border-color css

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

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

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