Html Css Color HEX #57198B Indigo

📋 copy color: '#57198B'

red 87 ◦ green 25 ◦ blue 139

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

Shades of Indigo #57198B

Tints of Indigo #57198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.38%

R = 34.66%
G = 9.96%
B = 55.38%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57198B (or 0x57198B) is known color: Indigo. HEX triplet: 57, 19 and 8B. RGB value is (87,25,139). Sum of RGB (Red+Green+Blue) = 87+25+139=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #57198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57198B is #A8E674. Grayscale: #383838. Windows color (decimal): -11069045 or 9115991. OLE color: 9115991.

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

Color convert

RGB 87 25 139 -
CMYK 0.37 0.82 0 0.45
HSL 272.63º 0.7% 0.32% -
HSV(B) 272.63º 0.82% 0.55% -
XYZ 8.94 4.59 24.84 -
YUV 56.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 87 25 139 0.37 0.82 0 0.45 272.63 0.7 0.32
Hex 57 19 8B 25 52 0 2D 111 46 20
Octal 127 31 213 45 122 0 55 421 106 40
Binary 1010111 11001 10001011 100101 1010010 0 101101 100010001 1000110 100000

Color Harmonies of #57198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57198B

Black with #57198B

Text Example


Text Example

White with #57198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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