#331456

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

Shades of Christalle #331456

Tints of Christalle #331456

Color information

#331456 (or 0x331456) is unknown color: approx Christalle. HEX triplet: 33, 14 and 56. RGB value is (51,20,86). Sum of RGB (Red+Green+Blue) = 51+20+86=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #331456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331456 is #CCEBA9. Grayscale: #242424. Windows color (decimal): -13429674 or 5641267. OLE color: 5641267.

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

Color convert

RGB512086-
CMYK0.410.7700.66
HSL268.18º62.26%20.78%-
HSV(B)268.18º76.74%33.73%-
XYZ3.31.888.99-
YUV36.79155.77138.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.48%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=32.48%
G=12.74%
B=54.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5120860.410.7700.66268.1862.2620.78
Hex331456294D04210c3e15
Octal63241265111501024147625
Binary11001110100101011010100110011010100001010000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331456; }

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

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

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

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

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

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

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

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