Html Css Color HEX #57028D Indigo

📋 copy color: '#57028D'

red 87 ◦ green 2 ◦ blue 141

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

Shades of Indigo #57028D

Tints of Indigo #57028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.3%

R = 37.83%
G = 0.87%
B = 61.3%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57028D (or 0x57028D) is known color: Indigo. HEX triplet: 57, 02 and 8D. RGB value is (87,2,141). Sum of RGB (Red+Green+Blue) = 87+2+141=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #57028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57028D is #A8FD72. Grayscale: #2A2A2A. Windows color (decimal): -11074931 or 9241175. OLE color: 9241175.

HSL color Cylindrical-coordinate representation of color #57028D: hue angle of 276.69º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57028D is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 2 141 -
CMYK 0.38 0.99 0 0.45
HSL 276.69º 0.97% 0.28% -
HSV(B) 276.69º 0.99% 0.55% -
XYZ 8.76 3.99 25.51 -
YUV 43.26 183.16 159.2 -
System Red Green Blue C M Y K H S L
Decimal 87 2 141 0.38 0.99 0 0.45 276.69 0.97 0.28
Hex 57 2 8D 26 63 0 2D 115 61 1C
Octal 127 2 215 46 143 0 55 425 141 34
Binary 1010111 10 10001101 100110 1100011 0 101101 100010101 1100001 11100

Color Harmonies of #57028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57028D

Black with #57028D

Text Example


Text Example

White with #57028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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