#331269

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

Shades of Christalle #331269

Tints of Christalle #331269

Color information

#331269 (or 0x331269) is unknown color: approx Christalle. HEX triplet: 33, 12 and 69. RGB value is (51,18,105). Sum of RGB (Red+Green+Blue) = 51+18+105=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #331269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331269 is #CCED96. Grayscale: #252525. Windows color (decimal): -13430167 or 6885939. OLE color: 6885939.

HSL color Cylindrical-coordinate representation of color #331269: hue angle of 262.76º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331269 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5118105-
CMYK0.510.8300.59
HSL262.76º70.73%24.12%-
HSV(B)262.76º82.86%41.18%-
XYZ4.132.1613.56-
YUV37.78165.93137.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 105 (41.41% from 255) = 60.34%
R=29.31%
G=10.34%
B=60.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51181050.510.8300.59262.7670.7324.12
Hex331269335303B1074718
Octal63221516312307340710730
Binary11001110010110100111001110100110111011100000111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331269; }

 p { color: rgb(51,18,105); }

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

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

 a { background-color: rgb(51,18,105); }

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

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

 span { border-color: rgb(51,18,105); }

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