#331366

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

Shades of Christalle #331366

Tints of Christalle #331366

Color information

#331366 (or 0x331366) is unknown color: approx Christalle. HEX triplet: 33, 13 and 66. RGB value is (51,19,102). Sum of RGB (Red+Green+Blue) = 51+19+102=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #331366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331366 is #CCEC99. Grayscale: #252525. Windows color (decimal): -13429914 or 6689587. OLE color: 6689587.

HSL color Cylindrical-coordinate representation of color #331366: hue angle of 263.13º degrees, saturation: 0.69, 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 #331366 is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5119102-
CMYK0.50.8100.6
HSL263.13º68.6%23.73%-
HSV(B)263.13º81.37%40%-
XYZ42.1312.77-
YUV38.03164.1137.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 102 (40.23% from 255) = 59.30%
R=29.65%
G=11.05%
B=59.30%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51191020.50.8100.6263.1368.623.73
Hex331366325103C1074518
Octal63231466212107440710530
Binary11001110011110011011001010100010111100100000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331366; }

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

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

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

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

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

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

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

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