#331F5D

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

Shades of Christalle #331F5D

Tints of Christalle #331F5D

Color information

#331F5D (or 0x331F5D) is unknown color: approx Christalle. HEX triplet: 33, 1F and 5D. RGB value is (51,31,93). Sum of RGB (Red+Green+Blue) = 51+31+93=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #331F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F5D is #CCE0A2. Grayscale: #2B2B2B. Windows color (decimal): -13426851 or 6102835. OLE color: 6102835.

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

Color convert

RGB513193-
CMYK0.450.6700.64
HSL259.35º50%24.31%-
HSV(B)259.35º66.67%36.47%-
XYZ3.832.4710.63-
YUV44.05155.63132.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=29.14%
G=17.71%
B=53.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5131930.450.6700.64259.355024.31
Hex331F5D2D430401033218
Octal63371355510301004036230
Binary11001111111101110110110110000110100000010000001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,31,93); }

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

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

 a { background-color: rgb(51,31,93); }

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

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

 span { border-color: rgb(51,31,93); }

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