#331555

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

Shades of Christalle #331555

Tints of Christalle #331555

Color information

#331555 (or 0x331555) is unknown color: approx Christalle. HEX triplet: 33, 15 and 55. RGB value is (51,21,85). Sum of RGB (Red+Green+Blue) = 51+21+85=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #331555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331555 is #CCEAAA. Grayscale: #252525. Windows color (decimal): -13429419 or 5575987. OLE color: 5575987.

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

Color convert

RGB512185-
CMYK0.400.7500.67
HSL268.12º60.38%20.78%-
HSV(B)268.12º75.29%33.33%-
XYZ3.271.98.79-
YUV37.27154.94137.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.48%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=32.48%
G=13.38%
B=54.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5121850.400.7500.67268.1260.3820.78
Hex331555284B04310c3c15
Octal63251255011301034147425
Binary11001110101101010110100010010110100001110000110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331555; }

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

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

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

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

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

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

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

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