Html Css Color HEX #570290 Indigo

📋 copy color: '#570290'

red 87 ◦ green 2 ◦ blue 144

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

Shades of Indigo #570290

Tints of Indigo #570290

RGB

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

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

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

R = 37.34%
G = 0.86%
B = 61.8%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#570290 (or 0x570290) is known color: Indigo. HEX triplet: 57, 02 and 90. RGB value is (87,2,144). Sum of RGB (Red+Green+Blue) = 87+2+144=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #570290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570290 is #A8FD6F. Grayscale: #2B2B2B. Windows color (decimal): -11074928 or 9437783. OLE color: 9437783.

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

Color convert

RGB 87 2 144 -
CMYK 0.40 0.99 0 0.44
HSL 275.92º 0.97% 0.29% -
HSV(B) 275.92º 0.99% 0.56% -
XYZ 8.99 4.08 26.7 -
YUV 43.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 87 2 144 0.40 0.99 0 0.44 275.92 0.97 0.29
Hex 57 2 90 28 63 0 2C 114 61 1D
Octal 127 2 220 50 143 0 54 424 141 35
Binary 1010111 10 10010000 101000 1100011 0 101100 100010100 1100001 11101

Color Harmonies of #570290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570290

Black with #570290

Text Example


Text Example

White with #570290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570290; }

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

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

background-color css

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

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

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

border-color css

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

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

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