#321866

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

Shades of Christalle #321866

Tints of Christalle #321866

Color information

#321866 (or 0x321866) is unknown color: approx Christalle. HEX triplet: 32, 18 and 66. RGB value is (50,24,102). Sum of RGB (Red+Green+Blue) = 50+24+102=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #321866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321866 is #CDE799. Grayscale: #282828. Windows color (decimal): -13494170 or 6690866. OLE color: 6690866.

HSL color Cylindrical-coordinate representation of color #321866: hue angle of 260º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321866 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5024102-
CMYK0.510.7600.6
HSL260º61.9%24.71%-
HSV(B)260º76.47%40%-
XYZ4.042.2912.8-
YUV40.67162.61134.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=28.41%
G=13.64%
B=57.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50241020.510.7600.626061.924.71
Hex321866334C03C1043e19
Octal6230146631140744047631
Binary1100101100011001101100111001100011110010000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321866; }

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

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

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

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

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

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

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

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