Html Css Color HEX #571884 Indigo

📋 copy color: '#571884'

red 87 ◦ green 24 ◦ blue 132

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

Shades of Indigo #571884

Tints of Indigo #571884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 35.8%
G = 9.88%
B = 54.32%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#571884 (or 0x571884) is known color: Indigo. HEX triplet: 57, 18 and 84. RGB value is (87,24,132). Sum of RGB (Red+Green+Blue) = 87+24+132=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #571884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571884 is #A8E77B. Grayscale: #363636. Windows color (decimal): -11069308 or 8656983. OLE color: 8656983.

HSL color Cylindrical-coordinate representation of color #571884: hue angle of 275º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571884 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 24 132 -
CMYK 0.34 0.82 0 0.48
HSL 275º 0.69% 0.31% -
HSV(B) 275º 0.82% 0.52% -
XYZ 8.42 4.35 22.22 -
YUV 55.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 87 24 132 0.34 0.82 0 0.48 275 0.69 0.31
Hex 57 18 84 22 52 0 30 113 45 1F
Octal 127 30 204 42 122 0 60 423 105 37
Binary 1010111 11000 10000100 100010 1010010 0 110000 100010011 1000101 11111

Color Harmonies of #571884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571884

Black with #571884

Text Example


Text Example

White with #571884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571884; }

 p { color: rgb(87,24,132); }

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

background-color css

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

 a { background-color: rgb(87,24,132); }

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

border-color css

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

 span { border-color: rgb(87,24,132); }

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