Html Css Color HEX #570295 Indigo

📋 copy color: '#570295'

red 87 ◦ green 2 ◦ blue 149

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

Shades of Indigo #570295

Tints of Indigo #570295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 36.55%
G = 0.84%
B = 62.61%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#570295 (or 0x570295) is known color: Indigo. HEX triplet: 57, 02 and 95. RGB value is (87,2,149). Sum of RGB (Red+Green+Blue) = 87+2+149=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #570295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570295 is #A8FD6A. Grayscale: #2B2B2B. Windows color (decimal): -11074923 or 9765463. OLE color: 9765463.

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

Color convert

RGB 87 2 149 -
CMYK 0.42 0.99 0 0.42
HSL 274.69º 0.97% 0.3% -
HSV(B) 274.69º 0.99% 0.58% -
XYZ 9.38 4.24 28.76 -
YUV 44.17 187.16 158.55 -
System Red Green Blue C M Y K H S L
Decimal 87 2 149 0.42 0.99 0 0.42 274.69 0.97 0.3
Hex 57 2 95 2A 63 0 2A 113 61 1E
Octal 127 2 225 52 143 0 52 423 141 36
Binary 1010111 10 10010101 101010 1100011 0 101010 100010011 1100001 11110

Color Harmonies of #570295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570295

Black with #570295

Text Example


Text Example

White with #570295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570295; }

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

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

background-color css

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

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

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

border-color css

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

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

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