Html Css Color HEX #57168D Indigo

📋 copy color: '#57168D'

red 87 ◦ green 22 ◦ blue 141

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

Shades of Indigo #57168D

Tints of Indigo #57168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

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

R = 34.8%
G = 8.8%
B = 56.4%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57168D (or 0x57168D) is known color: Indigo. HEX triplet: 57, 16 and 8D. RGB value is (87,22,141). Sum of RGB (Red+Green+Blue) = 87+22+141=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #57168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57168D is #A8E972. Grayscale: #363636. Windows color (decimal): -11069811 or 9246295. OLE color: 9246295.

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

Color convert

RGB 87 22 141 -
CMYK 0.38 0.84 0 0.45
HSL 272.77º 0.73% 0.32% -
HSV(B) 272.77º 0.84% 0.55% -
XYZ 9.03 4.52 25.6 -
YUV 55 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 87 22 141 0.38 0.84 0 0.45 272.77 0.73 0.32
Hex 57 16 8D 26 54 0 2D 111 49 20
Octal 127 26 215 46 124 0 55 421 111 40
Binary 1010111 10110 10001101 100110 1010100 0 101101 100010001 1001001 100000

Color Harmonies of #57168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57168D

Black with #57168D

Text Example


Text Example

White with #57168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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