Html Css Color HEX #57128A Indigo

📋 copy color: '#57128A'

red 87 ◦ green 18 ◦ blue 138

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

Shades of Indigo #57128A

Tints of Indigo #57128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 35.8%
G = 7.41%
B = 56.79%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57128A (or 0x57128A) is known color: Indigo. HEX triplet: 57, 12 and 8A. RGB value is (87,18,138). Sum of RGB (Red+Green+Blue) = 87+18+138=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #57128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57128A is #A8ED75. Grayscale: #333333. Windows color (decimal): -11070838 or 9048663. OLE color: 9048663.

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

Color convert

RGB 87 18 138 -
CMYK 0.37 0.87 0 0.46
HSL 274.5º 0.77% 0.31% -
HSV(B) 274.5º 0.87% 0.54% -
XYZ 8.73 4.29 24.41 -
YUV 52.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 87 18 138 0.37 0.87 0 0.46 274.5 0.77 0.31
Hex 57 12 8A 25 57 0 2E 112 4D 1F
Octal 127 22 212 45 127 0 56 422 115 37
Binary 1010111 10010 10001010 100101 1010111 0 101110 100010010 1001101 11111

Color Harmonies of #57128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57128A

Black with #57128A

Text Example


Text Example

White with #57128A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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