#541C7A

Color #541C7A Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #541C7A

Tints of Blue Diamond #541C7A

Color information

#541C7A (or 0x541C7A) is unknown color: approx Blue Diamond. HEX triplet: 54, 1C and 7A. RGB value is (84,28,122). Sum of RGB (Red+Green+Blue) = 84+28+122=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #541C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541C7A is #ABE385. Grayscale: #373737. Windows color (decimal): -11264902 or 8002644. OLE color: 8002644.

HSL color Cylindrical-coordinate representation of color #541C7A: hue angle of 275.74º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541C7A is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8428122-
CMYK0.310.7700.52
HSL275.74º62.67%29.41%-
HSV(B)275.74º77.05%47.84%-
XYZ7.584.1218.81-
YUV55.46165.55148.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 28 (11.33% from 255) = 11.97%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=35.90%
G=11.97%
B=52.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84281220.310.7700.52275.7462.6729.41
Hex541C7A1F4D0341143f1d
Octal12434172371150644247735
Binary1010100111001111010111111001101011010010001010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541C7A; }

 p { color: rgb(84,28,122); }

 H1.HeaderClassName
 {
   color: #541C7A;
 }
 .AnyTagClassName
 {
   color: #541C7A;
 }
</style>
background-color css

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

 a { background-color: rgb(84,28,122); }

 div.DivClassName
 {
   background-color: #541C7A;
 }
 .BgClassName
 {
   background-color: #541C7A;
 }
</style>
border-color css

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

 span { border-color: rgb(84,28,122); }

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