Html Css Color HEX #541885 Indigo

📋 copy color: '#541885'

red 84 ◦ green 24 ◦ blue 133

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

Shades of Indigo #541885

Tints of Indigo #541885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.19%

R = 34.85%
G = 9.96%
B = 55.19%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#541885 (or 0x541885) is known color: Indigo. HEX triplet: 54, 18 and 85. RGB value is (84,24,133). Sum of RGB (Red+Green+Blue) = 84+24+133=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #541885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541885 is #ABE77A. Grayscale: #353535. Windows color (decimal): -11265915 or 8722516. OLE color: 8722516.

HSL color Cylindrical-coordinate representation of color #541885: hue angle of 273.03º 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 #541885 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 24 133 -
CMYK 0.37 0.82 0 0.48
HSL 273.03º 0.69% 0.31% -
HSV(B) 273.03º 0.82% 0.52% -
XYZ 8.22 4.23 22.57 -
YUV 54.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 84 24 133 0.37 0.82 0 0.48 273.03 0.69 0.31
Hex 54 18 85 25 52 0 30 111 45 1F
Octal 124 30 205 45 122 0 60 421 105 37
Binary 1010100 11000 10000101 100101 1010010 0 110000 100010001 1000101 11111

Color Harmonies of #541885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541885

Black with #541885

Text Example


Text Example

White with #541885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541885; }

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

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

background-color css

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

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

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

border-color css

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

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

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