#321259

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

Shades of Christalle #321259

Tints of Christalle #321259

Color information

#321259 (or 0x321259) is unknown color: approx Christalle. HEX triplet: 32, 12 and 59. RGB value is (50,18,89). Sum of RGB (Red+Green+Blue) = 50+18+89=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #321259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321259 is #CDEDA6. Grayscale: #232323. Windows color (decimal): -13495719 or 5837362. OLE color: 5837362.

HSL color Cylindrical-coordinate representation of color #321259: hue angle of 267.04º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321259 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB501889-
CMYK0.440.8000.65
HSL267.04º66.36%20.98%-
HSV(B)267.04º79.78%34.9%-
XYZ3.331.839.63-
YUV35.66158.1138.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 89 (35.16% from 255) = 56.69%
R=31.85%
G=11.46%
B=56.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5018890.440.8000.65267.0466.3620.98
Hex3212592C5004110b4215
Octal622213154120010141310225
Binary110010100101011001101100101000001000001100001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321259; }

 p { color: rgb(50,18,89); }

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

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

 a { background-color: rgb(50,18,89); }

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

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

 span { border-color: rgb(50,18,89); }

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