#331360

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

Shades of Christalle #331360

Tints of Christalle #331360

Color information

#331360 (or 0x331360) is unknown color: approx Christalle. HEX triplet: 33, 13 and 60. RGB value is (51,19,96). Sum of RGB (Red+Green+Blue) = 51+19+96=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #331360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331360 is #CCEC9F. Grayscale: #252525. Windows color (decimal): -13429920 or 6296371. OLE color: 6296371.

HSL color Cylindrical-coordinate representation of color #331360: hue angle of 264.94º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331360 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB511996-
CMYK0.470.8000.62
HSL264.94º66.96%22.55%-
HSV(B)264.94º80.21%37.65%-
XYZ3.712.0111.26-
YUV37.35161.1137.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=30.72%
G=11.45%
B=57.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5119960.470.8000.62264.9466.9622.55
Hex3313602F5003E1094317
Octal63231405712007641110327
Binary11001110011110000010111110100000111110100001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331360; }

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

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

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

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

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

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

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

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