Html Css Color HEX #570773 Indigo

📋 copy color: '#570773'

red 87 ◦ green 7 ◦ blue 115

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

Shades of Indigo #570773

Tints of Indigo #570773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 41.63%
G = 3.35%
B = 55.02%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#570773 (or 0x570773) is known color: Indigo. HEX triplet: 57, 07 and 73. RGB value is (87,7,115). Sum of RGB (Red+Green+Blue) = 87+7+115=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #570773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570773 is #A8F88C. Grayscale: #2A2A2A. Windows color (decimal): -11073677 or 7538519. OLE color: 7538519.

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

Color convert

RGB 87 7 115 -
CMYK 0.24 0.94 0 0.55
HSL 284.44º 0.89% 0.24% -
HSV(B) 284.44º 0.94% 0.45% -
XYZ 7.1 3.42 16.5 -
YUV 43.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 87 7 115 0.24 0.94 0 0.55 284.44 0.89 0.24
Hex 57 7 73 18 5E 0 37 11C 59 18
Octal 127 7 163 30 136 0 67 434 131 30
Binary 1010111 111 1110011 11000 1011110 0 110111 100011100 1011001 11000

Color Harmonies of #570773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570773

Black with #570773

Text Example


Text Example

White with #570773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570773; }

 p { color: rgb(87,7,115); }

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

background-color css

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

 a { background-color: rgb(87,7,115); }

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

border-color css

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

 span { border-color: rgb(87,7,115); }

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