Html Css Color HEX #57058B Indigo

📋 copy color: '#57058B'

red 87 ◦ green 5 ◦ blue 139

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

Shades of Indigo #57058B

Tints of Indigo #57058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 60.17%

R = 37.66%
G = 2.16%
B = 60.17%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57058B (or 0x57058B) is known color: Indigo. HEX triplet: 57, 05 and 8B. RGB value is (87,5,139). Sum of RGB (Red+Green+Blue) = 87+5+139=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #57058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57058B is #A8FA74. Grayscale: #2C2C2C. Windows color (decimal): -11074165 or 9110871. OLE color: 9110871.

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

Color convert

RGB 87 5 139 -
CMYK 0.37 0.96 0 0.45
HSL 276.72º 0.93% 0.28% -
HSV(B) 276.72º 0.96% 0.55% -
XYZ 8.64 4 24.74 -
YUV 44.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 87 5 139 0.37 0.96 0 0.45 276.72 0.93 0.28
Hex 57 5 8B 25 60 0 2D 115 5D 1C
Octal 127 5 213 45 140 0 55 425 135 34
Binary 1010111 101 10001011 100101 1100000 0 101101 100010101 1011101 11100

Color Harmonies of #57058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57058B

Black with #57058B

Text Example


Text Example

White with #57058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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