Html Css Color HEX #57079D Indigo

📋 copy color: '#57079D'

red 87 ◦ green 7 ◦ blue 157

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

Shades of Indigo #57079D

Tints of Indigo #57079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

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

R = 34.66%
G = 2.79%
B = 62.55%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57079D (or 0x57079D) is known color: Indigo. HEX triplet: 57, 07 and 9D. RGB value is (87,7,157). Sum of RGB (Red+Green+Blue) = 87+7+157=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #57079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57079D is #A8F862. Grayscale: #2F2F2F. Windows color (decimal): -11073635 or 10291031. OLE color: 10291031.

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

Color convert

RGB 87 7 157 -
CMYK 0.45 0.96 0 0.38
HSL 272º 0.91% 0.32% -
HSV(B) 272º 0.96% 0.62% -
XYZ 10.09 4.61 32.26 -
YUV 48.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 87 7 157 0.45 0.96 0 0.38 272 0.91 0.32
Hex 57 7 9D 2D 60 0 26 110 5B 20
Octal 127 7 235 55 140 0 46 420 133 40
Binary 1010111 111 10011101 101101 1100000 0 100110 100010000 1011011 100000

Color Harmonies of #57079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57079D

Black with #57079D

Text Example


Text Example

White with #57079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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