#331D55

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

Shades of Christalle #331D55

Tints of Christalle #331D55

Color information

#331D55 (or 0x331D55) is unknown color: approx Christalle. HEX triplet: 33, 1D and 55. RGB value is (51,29,85). Sum of RGB (Red+Green+Blue) = 51+29+85=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #331D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D55 is #CCE2AA. Grayscale: #292929. Windows color (decimal): -13427371 or 5578035. OLE color: 5578035.

HSL color Cylindrical-coordinate representation of color #331D55: hue angle of 263.57º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #331D55 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB512985-
CMYK0.400.6600.67
HSL263.57º49.12%22.35%-
HSV(B)263.57º65.88%33.33%-
XYZ3.442.248.84-
YUV41.96152.29134.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=30.91%
G=17.58%
B=51.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5129850.400.6600.67263.5749.1222.35
Hex331D5528420431083116
Octal63351255010201034106126
Binary11001111101101010110100010000100100001110000100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331D55; }

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

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

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

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

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

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

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

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