#331363

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

Shades of Christalle #331363

Tints of Christalle #331363

Color information

#331363 (or 0x331363) is unknown color: approx Christalle. HEX triplet: 33, 13 and 63. RGB value is (51,19,99). Sum of RGB (Red+Green+Blue) = 51+19+99=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #331363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331363 is #CCEC9C. Grayscale: #252525. Windows color (decimal): -13429917 or 6492979. OLE color: 6492979.

HSL color Cylindrical-coordinate representation of color #331363: hue angle of 264º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331363 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB511999-
CMYK0.480.8100.61
HSL264º67.8%23.14%-
HSV(B)264º80.81%38.82%-
XYZ3.852.0712-
YUV37.69162.6137.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=30.18%
G=11.24%
B=58.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5119990.480.8100.6126467.823.14
Hex331363305103D1084417
Octal63231436012107541010427
Binary11001110011110001111000010100010111101100001000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331363; }

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

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

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

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

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

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

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

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