#331359

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

Shades of Christalle #331359

Tints of Christalle #331359

Color information

#331359 (or 0x331359) is unknown color: approx Christalle. HEX triplet: 33, 13 and 59. RGB value is (51,19,89). Sum of RGB (Red+Green+Blue) = 51+19+89=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #331359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331359 is #CCECA6. Grayscale: #242424. Windows color (decimal): -13429927 or 5837619. OLE color: 5837619.

HSL color Cylindrical-coordinate representation of color #331359: hue angle of 267.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331359 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB511989-
CMYK0.430.7900.65
HSL267.43º64.81%21.18%-
HSV(B)267.43º78.65%34.9%-
XYZ3.41.899.64-
YUV36.55157.6138.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 89 (35.16% from 255) = 55.97%
R=32.08%
G=11.95%
B=55.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5119890.430.7900.65267.4364.8121.18
Hex3313592B4F04110b4115
Octal632313153117010141310125
Binary110011100111011001101011100111101000001100001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331359; }

 p { color: rgb(51,19,89); }

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

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

 a { background-color: rgb(51,19,89); }

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

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

 span { border-color: rgb(51,19,89); }

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