Html Css Color HEX #57058D Indigo

📋 copy color: '#57058D'

red 87 ◦ green 5 ◦ blue 141

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

Shades of Indigo #57058D

Tints of Indigo #57058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

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

R = 37.34%
G = 2.15%
B = 60.52%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57058D (or 0x57058D) is known color: Indigo. HEX triplet: 57, 05 and 8D. RGB value is (87,5,141). Sum of RGB (Red+Green+Blue) = 87+5+141=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #57058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57058D is #A8FA72. Grayscale: #2C2C2C. Windows color (decimal): -11074163 or 9241943. OLE color: 9241943.

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

Color convert

RGB 87 5 141 -
CMYK 0.38 0.96 0 0.45
HSL 276.18º 0.93% 0.29% -
HSV(B) 276.18º 0.96% 0.55% -
XYZ 8.79 4.06 25.52 -
YUV 45.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 87 5 141 0.38 0.96 0 0.45 276.18 0.93 0.29
Hex 57 5 8D 26 60 0 2D 114 5D 1D
Octal 127 5 215 46 140 0 55 424 135 35
Binary 1010111 101 10001101 100110 1100000 0 101101 100010100 1011101 11101

Color Harmonies of #57058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57058D

Black with #57058D

Text Example


Text Example

White with #57058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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