Html Css Color HEX #570293 Indigo

📋 copy color: '#570293'

red 87 ◦ green 2 ◦ blue 147

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

Shades of Indigo #570293

Tints of Indigo #570293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 62.29%

R = 36.86%
G = 0.85%
B = 62.29%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#570293 (or 0x570293) is known color: Indigo. HEX triplet: 57, 02 and 93. RGB value is (87,2,147). Sum of RGB (Red+Green+Blue) = 87+2+147=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #570293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570293 is #A8FD6C. Grayscale: #2B2B2B. Windows color (decimal): -11074925 or 9634391. OLE color: 9634391.

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

Color convert

RGB 87 2 147 -
CMYK 0.41 0.99 0 0.42
HSL 275.17º 0.97% 0.29% -
HSV(B) 275.17º 0.99% 0.58% -
XYZ 9.22 4.18 27.92 -
YUV 43.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 87 2 147 0.41 0.99 0 0.42 275.17 0.97 0.29
Hex 57 2 93 29 63 0 2A 113 61 1D
Octal 127 2 223 51 143 0 52 423 141 35
Binary 1010111 10 10010011 101001 1100011 0 101010 100010011 1100001 11101

Color Harmonies of #570293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570293

Black with #570293

Text Example


Text Example

White with #570293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570293; }

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

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

background-color css

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

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

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

border-color css

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

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

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