#331460

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

Shades of Christalle #331460

Tints of Christalle #331460

Color information

#331460 (or 0x331460) is unknown color: approx Christalle. HEX triplet: 33, 14 and 60. RGB value is (51,20,96). Sum of RGB (Red+Green+Blue) = 51+20+96=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #331460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331460 is #CCEB9F. Grayscale: #252525. Windows color (decimal): -13429664 or 6296627. OLE color: 6296627.

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

Color convert

RGB512096-
CMYK0.470.7900.62
HSL264.47º65.52%22.75%-
HSV(B)264.47º79.17%37.65%-
XYZ3.732.0511.27-
YUV37.93160.77137.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=30.54%
G=11.98%
B=57.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5120960.470.7900.62264.4765.5222.75
Hex3314602F4F03E1084217
Octal63241405711707641010227
Binary11001110100110000010111110011110111110100001000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331460; }

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

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

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

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

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

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

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

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