#331160

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

Shades of Christalle #331160

Tints of Christalle #331160

Color information

#331160 (or 0x331160) is unknown color: approx Christalle. HEX triplet: 33, 11 and 60. RGB value is (51,17,96). Sum of RGB (Red+Green+Blue) = 51+17+96=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #331160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331160 is #CCEE9F. Grayscale: #232323. Windows color (decimal): -13430432 or 6295859. OLE color: 6295859.

HSL color Cylindrical-coordinate representation of color #331160: hue angle of 265.82º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331160 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB511796-
CMYK0.470.8200.62
HSL265.82º69.91%22.16%-
HSV(B)265.82º82.29%37.65%-
XYZ3.681.9511.25-
YUV36.17161.76138.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=31.10%
G=10.37%
B=58.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5117960.470.8200.62265.8269.9122.16
Hex3311602F5203E10a4616
Octal63211405712207641210626
Binary11001110001110000010111110100100111110100001010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331160; }

 p { color: rgb(51,17,96); }

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

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

 a { background-color: rgb(51,17,96); }

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

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

 span { border-color: rgb(51,17,96); }

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