Html Css Color HEX #57147B Indigo

📋 copy color: '#57147B'

red 87 ◦ green 20 ◦ blue 123

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

Shades of Indigo #57147B

Tints of Indigo #57147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

 BLUE value IS 123 (48.44% from 255) = 53.48%

R = 37.83%
G = 8.7%
B = 53.48%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57147B (or 0x57147B) is known color: Indigo. HEX triplet: 57, 14 and 7B. RGB value is (87,20,123). Sum of RGB (Red+Green+Blue) = 87+20+123=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #57147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57147B is #A8EB84. Grayscale: #333333. Windows color (decimal): -11070341 or 8066135. OLE color: 8066135.

HSL color Cylindrical-coordinate representation of color #57147B: hue angle of 279.03º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57147B is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 20 123 -
CMYK 0.29 0.84 0 0.52
HSL 279.03º 0.72% 0.28% -
HSV(B) 279.03º 0.84% 0.48% -
XYZ 7.76 3.96 19.09 -
YUV 51.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 87 20 123 0.29 0.84 0 0.52 279.03 0.72 0.28
Hex 57 14 7B 1D 54 0 34 117 48 1C
Octal 127 24 173 35 124 0 64 427 110 34
Binary 1010111 10100 1111011 11101 1010100 0 110100 100010111 1001000 11100

Color Harmonies of #57147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57147B

Black with #57147B

Text Example


Text Example

White with #57147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,20,123); }

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

background-color css

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

 a { background-color: rgb(87,20,123); }

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

border-color css

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

 span { border-color: rgb(87,20,123); }

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