#321262

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

Shades of Christalle #321262

Tints of Christalle #321262

Color information

#321262 (or 0x321262) is unknown color: approx Christalle. HEX triplet: 32, 12 and 62. RGB value is (50,18,98). Sum of RGB (Red+Green+Blue) = 50+18+98=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #321262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321262 is #CDED9D. Grayscale: #242424. Windows color (decimal): -13495710 or 6427186. OLE color: 6427186.

HSL color Cylindrical-coordinate representation of color #321262: hue angle of 264º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321262 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB501898-
CMYK0.490.8200.62
HSL264º68.97%22.75%-
HSV(B)264º81.63%38.43%-
XYZ3.741.9911.74-
YUV36.69162.6137.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=30.12%
G=10.84%
B=59.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5018980.490.8200.6226468.9722.75
Hex321262315203E1084517
Octal62221426112207641010527
Binary11001010010110001011000110100100111110100001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321262; }

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

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

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

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

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

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

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

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