#331C54

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

Shades of Christalle #331C54

Tints of Christalle #331C54

Color information

#331C54 (or 0x331C54) is unknown color: approx Christalle. HEX triplet: 33, 1C and 54. RGB value is (51,28,84). Sum of RGB (Red+Green+Blue) = 51+28+84=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #331C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C54 is #CCE3AB. Grayscale: #292929. Windows color (decimal): -13427628 or 5512243. OLE color: 5512243.

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

Color convert

RGB512884-
CMYK0.390.6700.67
HSL264.64º50%21.96%-
HSV(B)264.64º66.67%32.94%-
XYZ3.382.178.63-
YUV41.26152.12134.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=31.29%
G=17.18%
B=51.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5128840.390.6700.67264.645021.96
Hex331C5427430431093216
Octal63341244710301034116226
Binary11001111100101010010011110000110100001110000100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,28,84); }

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

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

 a { background-color: rgb(51,28,84); }

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

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

 span { border-color: rgb(51,28,84); }

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