#331C56

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

Shades of Christalle #331C56

Tints of Christalle #331C56

Color information

#331C56 (or 0x331C56) is unknown color: approx Christalle. HEX triplet: 33, 1C and 56. RGB value is (51,28,86). Sum of RGB (Red+Green+Blue) = 51+28+86=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #331C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C56 is #CCE3A9. Grayscale: #292929. Windows color (decimal): -13427626 or 5643315. OLE color: 5643315.

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

Color convert

RGB512886-
CMYK0.410.6700.66
HSL263.79º50.88%22.35%-
HSV(B)263.79º67.44%33.73%-
XYZ3.462.219.05-
YUV41.49153.12134.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=30.91%
G=16.97%
B=52.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5128860.410.6700.66263.7950.8822.35
Hex331C5629430421083316
Octal63341265110301024106326
Binary11001111100101011010100110000110100001010000100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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