#331E54

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

Shades of Christalle #331E54

Tints of Christalle #331E54

Color information

#331E54 (or 0x331E54) is unknown color: approx Christalle. HEX triplet: 33, 1E and 54. RGB value is (51,30,84). Sum of RGB (Red+Green+Blue) = 51+30+84=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #331E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E54 is #CCE1AB. Grayscale: #2A2A2A. Windows color (decimal): -13427116 or 5512755. OLE color: 5512755.

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

Color convert

RGB513084-
CMYK0.390.6400.67
HSL263.33º47.37%22.35%-
HSV(B)263.33º64.29%32.94%-
XYZ3.432.278.65-
YUV42.43151.46134.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=30.91%
G=18.18%
B=50.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5130840.390.6400.67263.3347.3722.35
Hex331E5427400431072f16
Octal63361244710001034075726
Binary11001111110101010010011110000000100001110000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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