#321F57

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

Shades of Christalle #321F57

Tints of Christalle #321F57

Color information

#321F57 (or 0x321F57) is unknown color: approx Christalle. HEX triplet: 32, 1F and 57. RGB value is (50,31,87). Sum of RGB (Red+Green+Blue) = 50+31+87=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #321F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F57 is #CDE0A8. Grayscale: #2A2A2A. Windows color (decimal): -13492393 or 5709618. OLE color: 5709618.

HSL color Cylindrical-coordinate representation of color #321F57: hue angle of 260.36º 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 #321F57 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB503187-
CMYK0.430.6400.66
HSL260.36º47.46%23.14%-
HSV(B)260.36º64.37%34.12%-
XYZ3.532.359.28-
YUV43.06152.79132.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 87 (34.38% from 255) = 51.79%
R=29.76%
G=18.45%
B=51.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5031870.430.6400.66260.3647.4623.14
Hex321F572B400421042f17
Octal62371275310001024045727
Binary11001011111101011110101110000000100001010000010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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