Html Css Color HEX #57198D Indigo

📋 copy color: '#57198D'

red 87 ◦ green 25 ◦ blue 141

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

Shades of Indigo #57198D

Tints of Indigo #57198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.88%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 34.39%
G = 9.88%
B = 55.73%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57198D (or 0x57198D) is known color: Indigo. HEX triplet: 57, 19 and 8D. RGB value is (87,25,141). Sum of RGB (Red+Green+Blue) = 87+25+141=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #57198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57198D is #A8E672. Grayscale: #383838. Windows color (decimal): -11069043 or 9247063. OLE color: 9247063.

HSL color Cylindrical-coordinate representation of color #57198D: hue angle of 272.07º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57198D is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 25 141 -
CMYK 0.38 0.82 0 0.45
HSL 272.07º 0.7% 0.33% -
HSV(B) 272.07º 0.82% 0.55% -
XYZ 9.09 4.64 25.62 -
YUV 56.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 87 25 141 0.38 0.82 0 0.45 272.07 0.7 0.33
Hex 57 19 8D 26 52 0 2D 110 46 21
Octal 127 31 215 46 122 0 55 420 106 41
Binary 1010111 11001 10001101 100110 1010010 0 101101 100010000 1000110 100001

Color Harmonies of #57198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57198D

Black with #57198D

Text Example


Text Example

White with #57198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,25,141); }

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

background-color css

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

 a { background-color: rgb(87,25,141); }

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

border-color css

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

 span { border-color: rgb(87,25,141); }

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