#361155

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

Shades of Christalle #361155

Tints of Christalle #361155

Color information

#361155 (or 0x361155) is unknown color: approx Christalle. HEX triplet: 36, 11 and 55. RGB value is (54,17,85). Sum of RGB (Red+Green+Blue) = 54+17+85=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #361155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361155 is #C9EEAA. Grayscale: #232323. Windows color (decimal): -13233835 or 5574966. OLE color: 5574966.

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

Color convert

RGB541785-
CMYK0.360.8000.67
HSL272.65º66.67%20%-
HSV(B)272.65º80%33.33%-
XYZ3.361.848.77-
YUV35.82155.76140.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.62%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 85 (33.59% from 255) = 54.49%
R=34.62%
G=10.90%
B=54.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5417850.360.8000.67272.6566.6720
Hex36115524500431114314
Octal662112544120010342110324
Binary110110100011010101100100101000001000011100010001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361155; }

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

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

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

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

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

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

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

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