#331960

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

Shades of Christalle #331960

Tints of Christalle #331960

Color information

#331960 (or 0x331960) is unknown color: approx Christalle. HEX triplet: 33, 19 and 60. RGB value is (51,25,96). Sum of RGB (Red+Green+Blue) = 51+25+96=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #331960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331960 is #CCE69F. Grayscale: #282828. Windows color (decimal): -13428384 or 6297907. OLE color: 6297907.

HSL color Cylindrical-coordinate representation of color #331960: hue angle of 261.97º 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 #331960 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB512596-
CMYK0.470.7400.62
HSL261.97º58.68%23.73%-
HSV(B)261.97º73.96%37.65%-
XYZ3.822.2411.3-
YUV40.87159.11135.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=29.65%
G=14.53%
B=55.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5125960.470.7400.62261.9758.6823.73
Hex3319602F4A03E1063b18
Octal6331140571120764067330
Binary1100111100111000001011111001010011111010000011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331960; }

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

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

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

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

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

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

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

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