Html Css Color HEX #57018F Indigo

📋 copy color: '#57018F'

red 87 ◦ green 1 ◦ blue 143

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

Shades of Indigo #57018F

Tints of Indigo #57018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 37.66%
G = 0.43%
B = 61.9%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57018F (or 0x57018F) is known color: Indigo. HEX triplet: 57, 01 and 8F. RGB value is (87,1,143). Sum of RGB (Red+Green+Blue) = 87+1+143=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #57018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57018F is #A8FE70. Grayscale: #2A2A2A. Windows color (decimal): -11075185 or 9371991. OLE color: 9371991.

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

Color convert

RGB 87 1 143 -
CMYK 0.39 0.99 0 0.44
HSL 276.34º 0.99% 0.28% -
HSV(B) 276.34º 0.99% 0.56% -
XYZ 8.9 4.03 26.3 -
YUV 42.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 87 1 143 0.39 0.99 0 0.44 276.34 0.99 0.28
Hex 57 1 8F 27 63 0 2C 114 63 1C
Octal 127 1 217 47 143 0 54 424 143 34
Binary 1010111 1 10001111 100111 1100011 0 101100 100010100 1100011 11100

Color Harmonies of #57018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57018F

Black with #57018F

Text Example


Text Example

White with #57018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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