Html Css Color HEX #57019D Indigo

📋 copy color: '#57019D'

red 87 ◦ green 1 ◦ blue 157

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

Shades of Indigo #57019D

Tints of Indigo #57019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.08%

R = 35.51%
G = 0.41%
B = 64.08%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57019D (or 0x57019D) is known color: Indigo. HEX triplet: 57, 01 and 9D. RGB value is (87,1,157). Sum of RGB (Red+Green+Blue) = 87+1+157=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #57019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57019D is #A8FE62. Grayscale: #2B2B2B. Windows color (decimal): -11075171 or 10289495. OLE color: 10289495.

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

Color convert

RGB 87 1 157 -
CMYK 0.45 0.99 0 0.38
HSL 273.08º 0.99% 0.31% -
HSV(B) 273.08º 0.99% 0.62% -
XYZ 10.03 4.48 32.23 -
YUV 44.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 87 1 157 0.45 0.99 0 0.38 273.08 0.99 0.31
Hex 57 1 9D 2D 63 0 26 111 63 1F
Octal 127 1 235 55 143 0 46 421 143 37
Binary 1010111 1 10011101 101101 1100011 0 100110 100010001 1100011 11111

Color Harmonies of #57019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57019D

Black with #57019D

Text Example


Text Example

White with #57019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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