#321357

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

Shades of Christalle #321357

Tints of Christalle #321357

Color information

#321357 (or 0x321357) is unknown color: approx Christalle. HEX triplet: 32, 13 and 57. RGB value is (50,19,87). Sum of RGB (Red+Green+Blue) = 50+19+87=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #321357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321357 is #CDECA8. Grayscale: #232323. Windows color (decimal): -13495465 or 5706546. OLE color: 5706546.

HSL color Cylindrical-coordinate representation of color #321357: hue angle of 267.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321357 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB501987-
CMYK0.430.7800.66
HSL267.35º64.15%20.78%-
HSV(B)267.35º78.16%34.12%-
XYZ3.271.839.2-
YUV36.02156.77137.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=32.05%
G=12.18%
B=55.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5019870.430.7800.66267.3564.1520.78
Hex3213572B4E04210b4015
Octal622312753116010241310025
Binary110010100111010111101011100111001000010100001011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321357; }

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

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

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

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

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

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

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

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