Html Css Color HEX #570273 Indigo

📋 copy color: '#570273'

red 87 ◦ green 2 ◦ blue 115

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

Shades of Indigo #570273

Tints of Indigo #570273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 42.65%
G = 0.98%
B = 56.37%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#570273 (or 0x570273) is known color: Indigo. HEX triplet: 57, 02 and 73. RGB value is (87,2,115). Sum of RGB (Red+Green+Blue) = 87+2+115=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #570273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570273 is #A8FD8C. Grayscale: #272727. Windows color (decimal): -11074957 or 7537239. OLE color: 7537239.

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

Color convert

RGB 87 2 115 -
CMYK 0.24 0.98 0 0.55
HSL 285.13º 0.97% 0.23% -
HSV(B) 285.13º 0.98% 0.45% -
XYZ 7.05 3.31 16.49 -
YUV 40.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 87 2 115 0.24 0.98 0 0.55 285.13 0.97 0.23
Hex 57 2 73 18 62 0 37 11D 61 17
Octal 127 2 163 30 142 0 67 435 141 27
Binary 1010111 10 1110011 11000 1100010 0 110111 100011101 1100001 10111

Color Harmonies of #570273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570273

Black with #570273

Text Example


Text Example

White with #570273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570273; }

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

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

background-color css

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

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

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

border-color css

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

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

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