#331B55

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

Shades of Christalle #331B55

Tints of Christalle #331B55

Color information

#331B55 (or 0x331B55) is unknown color: approx Christalle. HEX triplet: 33, 1B and 55. RGB value is (51,27,85). Sum of RGB (Red+Green+Blue) = 51+27+85=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #331B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B55 is #CCE4AA. Grayscale: #282828. Windows color (decimal): -13427883 or 5577523. OLE color: 5577523.

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

Color convert

RGB512785-
CMYK0.400.6800.67
HSL264.83º51.79%21.96%-
HSV(B)264.83º68.24%33.33%-
XYZ3.42.148.83-
YUV40.79152.95135.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=31.29%
G=16.56%
B=52.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5127850.400.6800.67264.8351.7921.96
Hex331B5528440431093416
Octal63331255010401034116426
Binary11001111011101010110100010001000100001110000100111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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