#361553

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

Shades of Christalle #361553

Tints of Christalle #361553

Color information

#361553 (or 0x361553) is unknown color: approx Christalle. HEX triplet: 36, 15 and 53. RGB value is (54,21,83). Sum of RGB (Red+Green+Blue) = 54+21+83=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #361553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361553 is #C9EAAC. Grayscale: #252525. Windows color (decimal): -13232813 or 5444918. OLE color: 5444918.

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

Color convert

RGB542183-
CMYK0.350.7500.67
HSL271.94º59.62%20.39%-
HSV(B)271.94º74.7%32.55%-
XYZ3.351.958.38-
YUV37.94153.43139.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.18%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=34.18%
G=13.29%
B=52.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5421830.350.7500.67271.9459.6220.39
Hex361553234B0431103c14
Octal66251234311301034207424
Binary11011010101101001110001110010110100001110001000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361553; }

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

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

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

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

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

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

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

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