Html Css Color HEX #57097D Indigo

📋 copy color: '#57097D'

red 87 ◦ green 9 ◦ blue 125

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

Shades of Indigo #57097D

Tints of Indigo #57097D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.07%

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

R = 39.37%
G = 4.07%
B = 56.56%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57097D (or 0x57097D) is known color: Indigo. HEX triplet: 57, 09 and 7D. RGB value is (87,9,125). Sum of RGB (Red+Green+Blue) = 87+9+125=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #57097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57097D is #A8F682. Grayscale: #2D2D2D. Windows color (decimal): -11073155 or 8194391. OLE color: 8194391.

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

Color convert

RGB 87 9 125 -
CMYK 0.30 0.93 0 0.51
HSL 280.34º 0.87% 0.26% -
HSV(B) 280.34º 0.93% 0.49% -
XYZ 7.73 3.7 19.71 -
YUV 45.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 87 9 125 0.30 0.93 0 0.51 280.34 0.87 0.26
Hex 57 9 7D 1E 5D 0 33 118 57 1A
Octal 127 11 175 36 135 0 63 430 127 32
Binary 1010111 1001 1111101 11110 1011101 0 110011 100011000 1010111 11010

Color Harmonies of #57097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57097D

Black with #57097D

Text Example


Text Example

White with #57097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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