Html Css Color HEX #57028A Indigo

📋 copy color: '#57028A'

red 87 ◦ green 2 ◦ blue 138

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

Shades of Indigo #57028A

Tints of Indigo #57028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 60.79%

R = 38.33%
G = 0.88%
B = 60.79%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57028A (or 0x57028A) is known color: Indigo. HEX triplet: 57, 02 and 8A. RGB value is (87,2,138). Sum of RGB (Red+Green+Blue) = 87+2+138=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #57028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57028A is #A8FD75. Grayscale: #2A2A2A. Windows color (decimal): -11074934 or 9044567. OLE color: 9044567.

HSL color Cylindrical-coordinate representation of color #57028A: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57028A is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 2 138 -
CMYK 0.37 0.99 0 0.46
HSL 277.5º 0.97% 0.27% -
HSV(B) 277.5º 0.99% 0.54% -
XYZ 8.54 3.9 24.35 -
YUV 42.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 87 2 138 0.37 0.99 0 0.46 277.5 0.97 0.27
Hex 57 2 8A 25 63 0 2E 116 61 1B
Octal 127 2 212 45 143 0 56 426 141 33
Binary 1010111 10 10001010 100101 1100011 0 101110 100010110 1100001 11011

Color Harmonies of #57028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57028A

Black with #57028A

Text Example


Text Example

White with #57028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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