#331055

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

Shades of Christalle #331055

Tints of Christalle #331055

Color information

#331055 (or 0x331055) is unknown color: approx Christalle. HEX triplet: 33, 10 and 55. RGB value is (51,16,85). Sum of RGB (Red+Green+Blue) = 51+16+85=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #331055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331055 is #CCEFAA. Grayscale: #222222. Windows color (decimal): -13430699 or 5574707. OLE color: 5574707.

HSL color Cylindrical-coordinate representation of color #331055: hue angle of 270.43º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331055 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB511685-
CMYK0.400.8100.67
HSL270.43º68.32%19.8%-
HSV(B)270.43º81.18%33.33%-
XYZ3.191.738.76-
YUV34.33156.6139.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=33.55%
G=10.53%
B=55.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5116850.400.8100.67270.4368.3219.8
Hex331055285104310e4414
Octal632012550121010341610424
Binary110011100001010101101000101000101000011100001110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331055; }

 p { color: rgb(51,16,85); }

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

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

 a { background-color: rgb(51,16,85); }

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

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

 span { border-color: rgb(51,16,85); }

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