#311455

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

Shades of Christalle #311455

Tints of Christalle #311455

Color information

#311455 (or 0x311455) is unknown color: approx Christalle. HEX triplet: 31, 14 and 55. RGB value is (49,20,85). Sum of RGB (Red+Green+Blue) = 49+20+85=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #311455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311455 is #CEEBAA. Grayscale: #232323. Windows color (decimal): -13560747 or 5575729. OLE color: 5575729.

HSL color Cylindrical-coordinate representation of color #311455: hue angle of 266.77º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311455 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB492085-
CMYK0.420.7600.67
HSL266.77º61.9%20.59%-
HSV(B)266.77º76.47%33.33%-
XYZ3.161.818.78-
YUV36.08155.61137.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=31.82%
G=12.99%
B=55.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4920850.420.7600.67266.7761.920.59
Hex3114552A4C04310b3e15
Octal61241255211401034137625
Binary11000110100101010110101010011000100001110000101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311455; }

 p { color: rgb(49,20,85); }

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

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

 a { background-color: rgb(49,20,85); }

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

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

 span { border-color: rgb(49,20,85); }

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