Html Css Color HEX #57027A Indigo

📋 copy color: '#57027A'

red 87 ◦ green 2 ◦ blue 122

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

Shades of Indigo #57027A

Tints of Indigo #57027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.82%

R = 41.23%
G = 0.95%
B = 57.82%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57027A (or 0x57027A) is known color: Indigo. HEX triplet: 57, 02 and 7A. RGB value is (87,2,122). Sum of RGB (Red+Green+Blue) = 87+2+122=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #57027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57027A is #A8FD85. Grayscale: #282828. Windows color (decimal): -11074950 or 7995991. OLE color: 7995991.

HSL color Cylindrical-coordinate representation of color #57027A: hue angle of 282.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57027A is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 2 122 -
CMYK 0.29 0.98 0 0.52
HSL 282.5º 0.97% 0.24% -
HSV(B) 282.5º 0.98% 0.48% -
XYZ 7.47 3.47 18.69 -
YUV 41.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 87 2 122 0.29 0.98 0 0.52 282.5 0.97 0.24
Hex 57 2 7A 1D 62 0 34 11A 61 18
Octal 127 2 172 35 142 0 64 432 141 30
Binary 1010111 10 1111010 11101 1100010 0 110100 100011010 1100001 11000

Color Harmonies of #57027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57027A

Black with #57027A

Text Example


Text Example

White with #57027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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