#321859

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

Shades of Christalle #321859

Tints of Christalle #321859

Color information

#321859 (or 0x321859) is unknown color: approx Christalle. HEX triplet: 32, 18 and 59. RGB value is (50,24,89). Sum of RGB (Red+Green+Blue) = 50+24+89=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #321859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321859 is #CDE7A6. Grayscale: #262626. Windows color (decimal): -13494183 or 5838898. OLE color: 5838898.

HSL color Cylindrical-coordinate representation of color #321859: hue angle of 264º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321859 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB502489-
CMYK0.440.7300.65
HSL264º57.52%22.16%-
HSV(B)264º73.03%34.9%-
XYZ3.452.059.67-
YUV39.18156.11135.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=30.67%
G=14.72%
B=54.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5024890.440.7300.6526457.5222.16
Hex3218592C490411083a16
Octal62301315411101014107226
Binary11001011000101100110110010010010100000110000100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321859; }

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

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

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

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

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

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

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

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