#331A59

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

Shades of Christalle #331A59

Tints of Christalle #331A59

Color information

#331A59 (or 0x331A59) is unknown color: approx Christalle. HEX triplet: 33, 1A and 59. RGB value is (51,26,89). Sum of RGB (Red+Green+Blue) = 51+26+89=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #331A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A59 is #CCE5A6. Grayscale: #282828. Windows color (decimal): -13428135 or 5839411. OLE color: 5839411.

HSL color Cylindrical-coordinate representation of color #331A59: hue angle of 263.81º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #331A59 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB512689-
CMYK0.430.7100.65
HSL263.81º54.78%22.55%-
HSV(B)263.81º70.79%34.9%-
XYZ3.542.169.68-
YUV40.66155.28135.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=30.72%
G=15.66%
B=53.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5126890.430.7100.65263.8154.7822.55
Hex331A592B470411083717
Octal63321315310701014106727
Binary11001111010101100110101110001110100000110000100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,26,89); }

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

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

 a { background-color: rgb(51,26,89); }

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

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

 span { border-color: rgb(51,26,89); }

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