#331365

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

Shades of Christalle #331365

Tints of Christalle #331365

Color information

#331365 (or 0x331365) is unknown color: approx Christalle. HEX triplet: 33, 13 and 65. RGB value is (51,19,101). Sum of RGB (Red+Green+Blue) = 51+19+101=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #331365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331365 is #CCEC9A. Grayscale: #252525. Windows color (decimal): -13429915 or 6624051. OLE color: 6624051.

HSL color Cylindrical-coordinate representation of color #331365: hue angle of 263.41º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331365 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5119101-
CMYK0.500.8100.60
HSL263.41º68.33%23.53%-
HSV(B)263.41º81.19%39.61%-
XYZ3.952.1112.51-
YUV37.92163.6137.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 101 (39.84% from 255) = 59.06%
R=29.82%
G=11.11%
B=59.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51191010.500.8100.60263.4168.3323.53
Hex331365325103C1074418
Octal63231456212107440710430
Binary11001110011110010111001010100010111100100000111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331365; }

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

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

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

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

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

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

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

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