#321260

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

Shades of Christalle #321260

Tints of Christalle #321260

Color information

#321260 (or 0x321260) is unknown color: approx Christalle. HEX triplet: 32, 12 and 60. RGB value is (50,18,96). Sum of RGB (Red+Green+Blue) = 50+18+96=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #321260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321260 is #CDED9F. Grayscale: #242424. Windows color (decimal): -13495712 or 6296114. OLE color: 6296114.

HSL color Cylindrical-coordinate representation of color #321260: hue angle of 264.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321260 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB501896-
CMYK0.480.8100.62
HSL264.62º68.42%22.35%-
HSV(B)264.62º81.25%37.65%-
XYZ3.641.9611.25-
YUV36.46161.6137.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=30.49%
G=10.98%
B=58.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5018960.480.8100.62264.6268.4222.35
Hex321260305103E1094416
Octal62221406012107641110426
Binary11001010010110000011000010100010111110100001001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321260; }

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

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

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

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

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

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

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

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