#321f56

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

Shades of Christalle #321F56

Tints of Christalle #321F56

Color information

#321F56 (or 0x321F56) is unknown color: approx Christalle. HEX triplet: 32, 1F and 56. RGB value is (50,31,86). Sum of RGB (Red+Green+Blue) = 50+31+86=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #321F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F56 is #CDE0A9. Grayscale: #2A2A2A. Windows color (decimal): -13492394 or 5644082. OLE color: 5644082.

HSL color Cylindrical-coordinate representation of color #321F56: hue angle of 260.73º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321F56 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB503186-
CMYK0.420.6400.66
HSL260.73º47.01%22.94%-
HSV(B)260.73º63.95%33.73%-
XYZ3.492.339.07-
YUV42.95152.29133.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=29.94%
G=18.56%
B=51.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5031860.420.6400.66260.7347.0122.94
Hex321F562A400421052f17
Octal62371265210001024055727
Binary11001011111101011010101010000000100001010000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321f56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321f56; }

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

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

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

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

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

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

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

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