Html Css Color HEX #570296 Indigo

📋 copy color: '#570296'

red 87 ◦ green 2 ◦ blue 150

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

Shades of Indigo #570296

Tints of Indigo #570296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 62.76%

R = 36.4%
G = 0.84%
B = 62.76%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#570296 (or 0x570296) is known color: Indigo. HEX triplet: 57, 02 and 96. RGB value is (87,2,150). Sum of RGB (Red+Green+Blue) = 87+2+150=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #570296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570296 is #A8FD69. Grayscale: #2B2B2B. Windows color (decimal): -11074922 or 9830999. OLE color: 9830999.

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

Color convert

RGB 87 2 150 -
CMYK 0.42 0.99 0 0.41
HSL 274.46º 0.97% 0.3% -
HSV(B) 274.46º 0.99% 0.59% -
XYZ 9.46 4.27 29.18 -
YUV 44.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 87 2 150 0.42 0.99 0 0.41 274.46 0.97 0.3
Hex 57 2 96 2A 63 0 29 112 61 1E
Octal 127 2 226 52 143 0 51 422 141 36
Binary 1010111 10 10010110 101010 1100011 0 101001 100010010 1100001 11110

Color Harmonies of #570296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570296

Black with #570296

Text Example


Text Example

White with #570296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570296; }

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

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

background-color css

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

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

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

border-color css

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

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

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