#361554

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

Shades of Christalle #361554

Tints of Christalle #361554

Color information

#361554 (or 0x361554) is unknown color: approx Christalle. HEX triplet: 36, 15 and 54. RGB value is (54,21,84). Sum of RGB (Red+Green+Blue) = 54+21+84=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #361554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361554 is #C9EAAB. Grayscale: #252525. Windows color (decimal): -13232812 or 5510454. OLE color: 5510454.

HSL color Cylindrical-coordinate representation of color #361554: hue angle of 271.43º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361554 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB542184-
CMYK0.360.7500.67
HSL271.43º60%20.59%-
HSV(B)271.43º75%32.94%-
XYZ3.391.968.59-
YUV38.05153.93139.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=33.96%
G=13.21%
B=52.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5421840.360.7500.67271.436020.59
Hex361554244B04310f3c15
Octal66251244411301034177425
Binary11011010101101010010010010010110100001110000111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361554; }

 p { color: rgb(54,21,84); }

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

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

 a { background-color: rgb(54,21,84); }

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

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

 span { border-color: rgb(54,21,84); }

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