#361552

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

Shades of Christalle #361552

Tints of Christalle #361552

Color information

#361552 (or 0x361552) is unknown color: approx Christalle. HEX triplet: 36, 15 and 52. RGB value is (54,21,82). Sum of RGB (Red+Green+Blue) = 54+21+82=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #361552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361552 is #C9EAAD. Grayscale: #252525. Windows color (decimal): -13232814 or 5379382. OLE color: 5379382.

HSL color Cylindrical-coordinate representation of color #361552: hue angle of 272.46º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361552 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB542182-
CMYK0.340.7400.68
HSL272.46º59.22%20.2%-
HSV(B)272.46º74.39%32.16%-
XYZ3.311.938.18-
YUV37.82152.93139.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 82 (32.42% from 255) = 52.23%
R=34.39%
G=13.38%
B=52.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5421820.340.7400.68272.4659.2220.2
Hex361552224A0441103b14
Octal66251224211201044207324
Binary11011010101101001010001010010100100010010001000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361552; }

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

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

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

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

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

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

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

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