Html Css Color HEX #541887 Indigo

📋 copy color: '#541887'

red 84 ◦ green 24 ◦ blue 135

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

Shades of Indigo #541887

Tints of Indigo #541887

RGB

 RED value IS 84 (33.2% from 255) = 34.57%

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

 BLUE value IS 135 (53.13% from 255) = 55.56%

R = 34.57%
G = 9.88%
B = 55.56%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#541887 (or 0x541887) is known color: Indigo. HEX triplet: 54, 18 and 87. RGB value is (84,24,135). Sum of RGB (Red+Green+Blue) = 84+24+135=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #541887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541887 is #ABE778. Grayscale: #363636. Windows color (decimal): -11265913 or 8853588. OLE color: 8853588.

HSL color Cylindrical-coordinate representation of color #541887: hue angle of 272.43º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541887 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 24 135 -
CMYK 0.38 0.82 0 0.47
HSL 272.43º 0.7% 0.31% -
HSV(B) 272.43º 0.82% 0.53% -
XYZ 8.36 4.29 23.31 -
YUV 54.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 84 24 135 0.38 0.82 0 0.47 272.43 0.7 0.31
Hex 54 18 87 26 52 0 2F 110 46 1F
Octal 124 30 207 46 122 0 57 420 106 37
Binary 1010100 11000 10000111 100110 1010010 0 101111 100010000 1000110 11111

Color Harmonies of #541887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541887

Black with #541887

Text Example


Text Example

White with #541887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541887; }

 p { color: rgb(84,24,135); }

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

background-color css

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

 a { background-color: rgb(84,24,135); }

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

border-color css

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

 span { border-color: rgb(84,24,135); }

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