#361555

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

Shades of Christalle #361555

Tints of Christalle #361555

Color information

#361555 (or 0x361555) is unknown color: approx Christalle. HEX triplet: 36, 15 and 55. RGB value is (54,21,85). Sum of RGB (Red+Green+Blue) = 54+21+85=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #361555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361555 is #C9EAAA. Grayscale: #252525. Windows color (decimal): -13232811 or 5575990. OLE color: 5575990.

HSL color Cylindrical-coordinate representation of color #361555: hue angle of 270.94º 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 #361555 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB542185-
CMYK0.360.7500.67
HSL270.94º60.38%20.78%-
HSV(B)270.94º75.29%33.33%-
XYZ3.431.988.8-
YUV38.16154.43139.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=33.75%
G=13.12%
B=53.12%

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
Decimal5421850.360.7500.67270.9460.3820.78
Hex361555244B04310f3c15
Octal66251254411301034177425
Binary11011010101101010110010010010110100001110000111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361555; }

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

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

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

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

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

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

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

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