Html Css Color HEX #570074 Indigo

📋 copy color: '#570074'

red 87 ◦ green 0 ◦ blue 116

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

Shades of Indigo #570074

Tints of Indigo #570074

RGB

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

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

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

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#570074 (or 0x570074) is known color: Indigo. HEX triplet: 57, 00 and 74. RGB value is (87,0,116). Sum of RGB (Red+Green+Blue) = 87+0+116=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #570074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570074 is #A8FF8B. Grayscale: #262626. Windows color (decimal): -11075468 or 7602263. OLE color: 7602263.

HSL color Cylindrical-coordinate representation of color #570074: hue angle of 285º 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 #570074 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 0 116 -
CMYK 0.25 1 0 0.55
HSL 285º 1% 0.23% -
HSV(B) 285º 1% 0.45% -
XYZ 7.08 3.29 16.78 -
YUV 39.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 87 0 116 0.25 1 0 0.55 285 1 0.23
Hex 57 0 74 19 64 0 37 11D 64 17
Octal 127 0 164 31 144 0 67 435 144 27
Binary 1010111 0 1110100 11001 1100100 0 110111 100011101 1100100 10111

Color Harmonies of #570074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570074

Black with #570074

Text Example


Text Example

White with #570074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570074; }

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

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

background-color css

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

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

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

border-color css

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

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

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