#331056

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

Shades of Christalle #331056

Tints of Christalle #331056

Color information

#331056 (or 0x331056) is unknown color: approx Christalle. HEX triplet: 33, 10 and 56. RGB value is (51,16,86). Sum of RGB (Red+Green+Blue) = 51+16+86=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #331056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331056 is #CCEFA9. Grayscale: #222222. Windows color (decimal): -13430698 or 5640243. OLE color: 5640243.

HSL color Cylindrical-coordinate representation of color #331056: hue angle of 270º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331056 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB511686-
CMYK0.410.8100.66
HSL270º68.63%20%-
HSV(B)270º81.4%33.73%-
XYZ3.231.758.97-
YUV34.44157.1139.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=33.33%
G=10.46%
B=56.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5116860.410.8100.6627068.6320
Hex331056295104210e4514
Octal632012651121010241610524
Binary110011100001010110101001101000101000010100001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331056; }

 p { color: rgb(51,16,86); }

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

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

 a { background-color: rgb(51,16,86); }

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

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

 span { border-color: rgb(51,16,86); }

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