Html Css Color HEX #570292 Indigo

📋 copy color: '#570292'

red 87 ◦ green 2 ◦ blue 146

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

Shades of Indigo #570292

Tints of Indigo #570292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.13%

R = 37.02%
G = 0.85%
B = 62.13%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#570292 (or 0x570292) is known color: Indigo. HEX triplet: 57, 02 and 92. RGB value is (87,2,146). Sum of RGB (Red+Green+Blue) = 87+2+146=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #570292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570292 is #A8FD6D. Grayscale: #2B2B2B. Windows color (decimal): -11074926 or 9568855. OLE color: 9568855.

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

Color convert

RGB 87 2 146 -
CMYK 0.40 0.99 0 0.43
HSL 275.42º 0.97% 0.29% -
HSV(B) 275.42º 0.99% 0.57% -
XYZ 9.14 4.14 27.51 -
YUV 43.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 87 2 146 0.40 0.99 0 0.43 275.42 0.97 0.29
Hex 57 2 92 28 63 0 2B 113 61 1D
Octal 127 2 222 50 143 0 53 423 141 35
Binary 1010111 10 10010010 101000 1100011 0 101011 100010011 1100001 11101

Color Harmonies of #570292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570292

Black with #570292

Text Example


Text Example

White with #570292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570292; }

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

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

background-color css

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

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

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

border-color css

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

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

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