Html Css Color HEX #570073 Indigo

📋 copy color: '#570073'

red 87 ◦ green 0 ◦ blue 115

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

Shades of Indigo #570073

Tints of Indigo #570073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.07%
G = 0%
B = 56.93%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#570073 (or 0x570073) is known color: Indigo. HEX triplet: 57, 00 and 73. RGB value is (87,0,115). Sum of RGB (Red+Green+Blue) = 87+0+115=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #570073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570073 is #A8FF8C. Grayscale: #262626. Windows color (decimal): -11075469 or 7536727. OLE color: 7536727.

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

Color convert

RGB 87 0 115 -
CMYK 0.24 1 0 0.55
HSL 285.39º 1% 0.23% -
HSV(B) 285.39º 1% 0.45% -
XYZ 7.02 3.26 16.48 -
YUV 39.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 87 0 115 0.24 1 0 0.55 285.39 1 0.23
Hex 57 0 73 18 64 0 37 11D 64 17
Octal 127 0 163 30 144 0 67 435 144 27
Binary 1010111 0 1110011 11000 1100100 0 110111 100011101 1100100 10111

Color Harmonies of #570073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570073

Black with #570073

Text Example


Text Example

White with #570073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570073; }

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

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

background-color css

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

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

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

border-color css

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

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

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