#331560

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

Shades of Christalle #331560

Tints of Christalle #331560

Color information

#331560 (or 0x331560) is unknown color: approx Christalle. HEX triplet: 33, 15 and 60. RGB value is (51,21,96). Sum of RGB (Red+Green+Blue) = 51+21+96=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #331560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331560 is #CCEA9F. Grayscale: #262626. Windows color (decimal): -13429408 or 6296883. OLE color: 6296883.

HSL color Cylindrical-coordinate representation of color #331560: hue angle of 264º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331560 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB512196-
CMYK0.470.7800.62
HSL264º64.1%22.94%-
HSV(B)264º78.12%37.65%-
XYZ3.742.0811.27-
YUV38.52160.44136.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=30.36%
G=12.5%
B=57.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5121960.470.7800.6226464.122.94
Hex3315602F4E03E1084017
Octal63251405711607641010027
Binary11001110101110000010111110011100111110100001000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331560; }

 p { color: rgb(51,21,96); }

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

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

 a { background-color: rgb(51,21,96); }

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

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

 span { border-color: rgb(51,21,96); }

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