#321255

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

Shades of Christalle #321255

Tints of Christalle #321255

Color information

#321255 (or 0x321255) is unknown color: approx Christalle. HEX triplet: 32, 12 and 55. RGB value is (50,18,85). Sum of RGB (Red+Green+Blue) = 50+18+85=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #321255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321255 is #CDEDAA. Grayscale: #222222. Windows color (decimal): -13495723 or 5575218. OLE color: 5575218.

HSL color Cylindrical-coordinate representation of color #321255: hue angle of 268.66º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321255 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB501885-
CMYK0.410.7900.67
HSL268.66º65.05%20.2%-
HSV(B)268.66º78.82%33.33%-
XYZ3.171.778.77-
YUV35.21156.1138.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=32.68%
G=11.76%
B=55.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5018850.410.7900.67268.6665.0520.2
Hex321255294F04310d4114
Octal622212551117010341510124
Binary110010100101010101101001100111101000011100001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321255; }

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

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

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

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

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

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

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

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