#331C57

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

Shades of Christalle #331C57

Tints of Christalle #331C57

Color information

#331C57 (or 0x331C57) is unknown color: approx Christalle. HEX triplet: 33, 1C and 57. RGB value is (51,28,87). Sum of RGB (Red+Green+Blue) = 51+28+87=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #331C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C57 is #CCE3A8. Grayscale: #292929. Windows color (decimal): -13427625 or 5708851. OLE color: 5708851.

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

Color convert

RGB512887-
CMYK0.410.6800.66
HSL263.39º51.3%22.55%-
HSV(B)263.39º67.82%34.12%-
XYZ3.52.229.26-
YUV41.6153.62134.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=30.72%
G=16.87%
B=52.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5128870.410.6800.66263.3951.322.55
Hex331C5729440421073317
Octal63341275110401024076327
Binary11001111100101011110100110001000100001010000011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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