Html Css Color HEX #57018D Indigo

📋 copy color: '#57018D'

red 87 ◦ green 1 ◦ blue 141

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

Shades of Indigo #57018D

Tints of Indigo #57018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 37.99%
G = 0.44%
B = 61.57%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57018D (or 0x57018D) is known color: Indigo. HEX triplet: 57, 01 and 8D. RGB value is (87,1,141). Sum of RGB (Red+Green+Blue) = 87+1+141=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #57018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57018D is #A8FE72. Grayscale: #2A2A2A. Windows color (decimal): -11075187 or 9240919. OLE color: 9240919.

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

Color convert

RGB 87 1 141 -
CMYK 0.38 0.99 0 0.45
HSL 276.86º 0.99% 0.28% -
HSV(B) 276.86º 0.99% 0.55% -
XYZ 8.75 3.97 25.5 -
YUV 42.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 87 1 141 0.38 0.99 0 0.45 276.86 0.99 0.28
Hex 57 1 8D 26 63 0 2D 115 63 1C
Octal 127 1 215 46 143 0 55 425 143 34
Binary 1010111 1 10001101 100110 1100011 0 101101 100010101 1100011 11100

Color Harmonies of #57018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57018D

Black with #57018D

Text Example


Text Example

White with #57018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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