#331963

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

Shades of Christalle #331963

Tints of Christalle #331963

Color information

#331963 (or 0x331963) is unknown color: approx Christalle. HEX triplet: 33, 19 and 63. RGB value is (51,25,99). Sum of RGB (Red+Green+Blue) = 51+25+99=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #331963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331963 is #CCE69C. Grayscale: #282828. Windows color (decimal): -13428381 or 6494515. OLE color: 6494515.

HSL color Cylindrical-coordinate representation of color #331963: hue angle of 261.08º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331963 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB512599-
CMYK0.480.7500.61
HSL261.08º59.68%24.31%-
HSV(B)261.08º74.75%38.82%-
XYZ3.972.312.04-
YUV41.21160.61134.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=29.14%
G=14.29%
B=56.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5125990.480.7500.61261.0859.6824.31
Hex331963304B03D1053c18
Octal6331143601130754057430
Binary1100111100111000111100001001011011110110000010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331963; }

 p { color: rgb(51,25,99); }

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

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

 a { background-color: rgb(51,25,99); }

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

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

 span { border-color: rgb(51,25,99); }

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