Html Css Color HEX #571476 Indigo

📋 copy color: '#571476'

red 87 ◦ green 20 ◦ blue 118

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

Shades of Indigo #571476

Tints of Indigo #571476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 38.67%
G = 8.89%
B = 52.44%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#571476 (or 0x571476) is known color: Indigo. HEX triplet: 57, 14 and 76. RGB value is (87,20,118). Sum of RGB (Red+Green+Blue) = 87+20+118=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #571476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571476 is #A8EB89. Grayscale: #323232. Windows color (decimal): -11070346 or 7738455. OLE color: 7738455.

HSL color Cylindrical-coordinate representation of color #571476: hue angle of 281.02º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571476 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 20 118 -
CMYK 0.26 0.83 0 0.54
HSL 281.02º 0.71% 0.27% -
HSV(B) 281.02º 0.83% 0.46% -
XYZ 7.45 3.83 17.49 -
YUV 51.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 87 20 118 0.26 0.83 0 0.54 281.02 0.71 0.27
Hex 57 14 76 1A 53 0 36 119 47 1B
Octal 127 24 166 32 123 0 66 431 107 33
Binary 1010111 10100 1110110 11010 1010011 0 110110 100011001 1000111 11011

Color Harmonies of #571476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571476

Black with #571476

Text Example


Text Example

White with #571476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571476; }

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

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

background-color css

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

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

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

border-color css

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

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

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