#311B5C

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

Shades of Christalle #311B5C

Tints of Christalle #311B5C

Color information

#311B5C (or 0x311B5C) is unknown color: approx Christalle. HEX triplet: 31, 1B and 5C. RGB value is (49,27,92). Sum of RGB (Red+Green+Blue) = 49+27+92=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #311B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B5C is #CEE4A3. Grayscale: #282828. Windows color (decimal): -13558948 or 6036273. OLE color: 6036273.

HSL color Cylindrical-coordinate representation of color #311B5C: hue angle of 260.31º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #311B5C is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB492792-
CMYK0.470.7100.64
HSL260.31º54.62%23.33%-
HSV(B)260.31º70.65%36.08%-
XYZ3.592.2110.36-
YUV40.99156.79133.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 27 (10.94% from 255) = 16.07%
BLUE value IS 92 (36.33% from 255) = 54.76%
R=29.17%
G=16.07%
B=54.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4927920.470.7100.64260.3154.6223.33
Hex311B5C2F470401043717
Octal61331345710701004046727
Binary11000111011101110010111110001110100000010000010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311B5C; }

 p { color: rgb(49,27,92); }

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

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

 a { background-color: rgb(49,27,92); }

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

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

 span { border-color: rgb(49,27,92); }

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