#331D5C

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

Shades of Christalle #331D5C

Tints of Christalle #331D5C

Color information

#331D5C (or 0x331D5C) is unknown color: approx Christalle. HEX triplet: 33, 1D and 5C. RGB value is (51,29,92). Sum of RGB (Red+Green+Blue) = 51+29+92=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #331D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D5C is #CCE2A3. Grayscale: #2A2A2A. Windows color (decimal): -13427364 or 6036787. OLE color: 6036787.

HSL color Cylindrical-coordinate representation of color #331D5C: hue angle of 260.95º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #331D5C is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB512992-
CMYK0.450.6800.64
HSL260.95º52.07%23.73%-
HSV(B)260.95º68.48%36.08%-
XYZ3.742.3610.38-
YUV42.76155.79133.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 29 (11.72% from 255) = 16.86%
BLUE value IS 92 (36.33% from 255) = 53.49%
R=29.65%
G=16.86%
B=53.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5129920.450.6800.64260.9552.0723.73
Hex331D5C2D440401053418
Octal63351345510401004056430
Binary11001111101101110010110110001000100000010000010111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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