#321961

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

Shades of Christalle #321961

Tints of Christalle #321961

Color information

#321961 (or 0x321961) is unknown color: approx Christalle. HEX triplet: 32, 19 and 61. RGB value is (50,25,97). Sum of RGB (Red+Green+Blue) = 50+25+97=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #321961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321961 is #CDE69E. Grayscale: #282828. Windows color (decimal): -13493919 or 6363442. OLE color: 6363442.

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

Color convert

RGB502597-
CMYK0.480.7400.62
HSL260.83º59.02%23.92%-
HSV(B)260.83º74.23%38.04%-
XYZ3.822.2411.54-
YUV40.68159.78134.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=29.07%
G=14.53%
B=56.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5025970.480.7400.62260.8359.0223.92
Hex321961304A03E1053b18
Octal6231141601120764057330
Binary1100101100111000011100001001010011111010000010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321961; }

 p { color: rgb(50,25,97); }

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

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

 a { background-color: rgb(50,25,97); }

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

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

 span { border-color: rgb(50,25,97); }

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