#331760

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

Shades of Christalle #331760

Tints of Christalle #331760

Color information

#331760 (or 0x331760) is unknown color: approx Christalle. HEX triplet: 33, 17 and 60. RGB value is (51,23,96). Sum of RGB (Red+Green+Blue) = 51+23+96=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #331760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331760 is #CCE89F. Grayscale: #272727. Windows color (decimal): -13428896 or 6297395. OLE color: 6297395.

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

Color convert

RGB512396-
CMYK0.470.7600.62
HSL263.01º61.34%23.33%-
HSV(B)263.01º76.04%37.65%-
XYZ3.782.1611.28-
YUV39.69159.78136.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=30%
G=13.53%
B=56.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5123960.470.7600.62263.0161.3423.33
Hex3317602F4C03E1073d17
Octal6327140571140764077527
Binary1100111011111000001011111001100011111010000011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331760; }

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

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

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

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

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

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

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

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