Html Css Color HEX #570890 Indigo

📋 copy color: '#570890'

red 87 ◦ green 8 ◦ blue 144

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

Shades of Indigo #570890

Tints of Indigo #570890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

 BLUE value IS 144 (56.64% from 255) = 60.25%

R = 36.4%
G = 3.35%
B = 60.25%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#570890 (or 0x570890) is known color: Indigo. HEX triplet: 57, 08 and 90. RGB value is (87,8,144). Sum of RGB (Red+Green+Blue) = 87+8+144=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #570890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570890 is #A8F76F. Grayscale: #2E2E2E. Windows color (decimal): -11073392 or 9439319. OLE color: 9439319.

HSL color Cylindrical-coordinate representation of color #570890: hue angle of 274.85º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570890 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 8 144 -
CMYK 0.40 0.94 0 0.44
HSL 274.85º 0.89% 0.3% -
HSV(B) 274.85º 0.94% 0.56% -
XYZ 9.05 4.21 26.72 -
YUV 47.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 87 8 144 0.40 0.94 0 0.44 274.85 0.89 0.3
Hex 57 8 90 28 5E 0 2C 113 59 1E
Octal 127 10 220 50 136 0 54 423 131 36
Binary 1010111 1000 10010000 101000 1011110 0 101100 100010011 1011001 11110

Color Harmonies of #570890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570890

Black with #570890

Text Example


Text Example

White with #570890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570890; }

 p { color: rgb(87,8,144); }

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

background-color css

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

 a { background-color: rgb(87,8,144); }

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

border-color css

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

 span { border-color: rgb(87,8,144); }

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