#541885

Color #541885 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #541885

Tints of Indigo #541885

Color information

#541885 (or 0x541885) is unknown color: approx 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

RGB8424133-
CMYK0.370.8200.48
HSL273.03º69.43%30.78%-
HSV(B)273.03º81.95%52.16%-
XYZ8.224.2322.57-
YUV54.37172.38149.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84241330.370.8200.48273.0369.4330.78
Hex5418852552030111451f
Octal124302054512206042110537
Binary1010100110001000010110010110100100110000100010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>