#311554

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

Shades of Christalle #311554

Tints of Christalle #311554

Color information

#311554 (or 0x311554) is unknown color: approx Christalle. HEX triplet: 31, 15 and 54. RGB value is (49,21,84). Sum of RGB (Red+Green+Blue) = 49+21+84=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #311554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311554 is #CEEAAB. Grayscale: #242424. Windows color (decimal): -13560492 or 5510449. OLE color: 5510449.

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

Color convert

RGB492184-
CMYK0.420.7500.67
HSL266.67º60%20.59%-
HSV(B)266.67º75%32.94%-
XYZ3.141.838.58-
YUV36.55154.78136.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 84 (33.20% from 255) = 54.55%
R=31.82%
G=13.64%
B=54.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4921840.420.7500.67266.676020.59
Hex3115542A4B04310b3c15
Octal61251245211301034137425
Binary11000110101101010010101010010110100001110000101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311554; }

 p { color: rgb(49,21,84); }

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

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

 a { background-color: rgb(49,21,84); }

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

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

 span { border-color: rgb(49,21,84); }

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