#331260

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

Shades of Christalle #331260

Tints of Christalle #331260

Color information

#331260 (or 0x331260) is unknown color: approx Christalle. HEX triplet: 33, 12 and 60. RGB value is (51,18,96). Sum of RGB (Red+Green+Blue) = 51+18+96=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #331260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331260 is #CCED9F. Grayscale: #242424. Windows color (decimal): -13430176 or 6296115. OLE color: 6296115.

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

Color convert

RGB511896-
CMYK0.470.8100.62
HSL265.38º68.42%22.35%-
HSV(B)265.38º81.25%37.65%-
XYZ3.691.9811.25-
YUV36.76161.43138.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 96 (37.89% from 255) = 58.18%
R=30.91%
G=10.91%
B=58.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5118960.470.8100.62265.3868.4222.35
Hex3312602F5103E1094416
Octal63221405712107641110426
Binary11001110010110000010111110100010111110100001001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331260; }

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

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

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

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

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

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

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

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