#321156

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

Shades of Christalle #321156

Tints of Christalle #321156

Color information

#321156 (or 0x321156) is unknown color: approx Christalle. HEX triplet: 32, 11 and 56. RGB value is (50,17,86). Sum of RGB (Red+Green+Blue) = 50+17+86=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #321156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321156 is #CDEEA9. Grayscale: #222222. Windows color (decimal): -13495978 or 5640498. OLE color: 5640498.

HSL color Cylindrical-coordinate representation of color #321156: hue angle of 268.7º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321156 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB501786-
CMYK0.420.8000.66
HSL268.7º66.99%20.2%-
HSV(B)268.7º80.23%33.73%-
XYZ3.21.758.97-
YUV34.73156.93138.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=32.68%
G=11.11%
B=56.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5017860.420.8000.66268.766.9920.2
Hex3211562A5004210d4314
Octal622112652120010241510324
Binary110010100011010110101010101000001000010100001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321156; }

 p { color: rgb(50,17,86); }

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

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

 a { background-color: rgb(50,17,86); }

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

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

 span { border-color: rgb(50,17,86); }

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