Html Css Color HEX #57027D Indigo

📋 copy color: '#57027D'

red 87 ◦ green 2 ◦ blue 125

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

Shades of Indigo #57027D

Tints of Indigo #57027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 125 (49.22% from 255) = 58.41%

R = 40.65%
G = 0.93%
B = 58.41%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57027D (or 0x57027D) is known color: Indigo. HEX triplet: 57, 02 and 7D. RGB value is (87,2,125). Sum of RGB (Red+Green+Blue) = 87+2+125=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #57027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57027D is #A8FD82. Grayscale: #292929. Windows color (decimal): -11074947 or 8192599. OLE color: 8192599.

HSL color Cylindrical-coordinate representation of color #57027D: hue angle of 281.46º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57027D is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 2 125 -
CMYK 0.30 0.98 0 0.51
HSL 281.46º 0.97% 0.25% -
HSV(B) 281.46º 0.98% 0.49% -
XYZ 7.65 3.55 19.68 -
YUV 41.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 87 2 125 0.30 0.98 0 0.51 281.46 0.97 0.25
Hex 57 2 7D 1E 62 0 33 119 61 19
Octal 127 2 175 36 142 0 63 431 141 31
Binary 1010111 10 1111101 11110 1100010 0 110011 100011001 1100001 11001

Color Harmonies of #57027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57027D

Black with #57027D

Text Example


Text Example

White with #57027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,2,125); }

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

background-color css

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

 a { background-color: rgb(87,2,125); }

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

border-color css

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

 span { border-color: rgb(87,2,125); }

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