#311E61

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

Shades of Christalle #311E61

Tints of Christalle #311E61

Color information

#311E61 (or 0x311E61) is unknown color: approx Christalle. HEX triplet: 31, 1E and 61. RGB value is (49,30,97). Sum of RGB (Red+Green+Blue) = 49+30+97=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #311E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311E61 is #CEE19E. Grayscale: #2B2B2B. Windows color (decimal): -13558175 or 6364721. OLE color: 6364721.

HSL color Cylindrical-coordinate representation of color #311E61: hue angle of 257.01º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311E61 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB493097-
CMYK0.490.6900.62
HSL257.01º52.76%24.9%-
HSV(B)257.01º69.07%38.04%-
XYZ3.892.4411.58-
YUV43.32158.29132.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=27.84%
G=17.05%
B=55.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4930970.490.6900.62257.0152.7624.9
Hex311E61314503E1013519
Octal6136141611050764016531
Binary1100011111011000011100011000101011111010000000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,30,97); }

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

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

 a { background-color: rgb(49,30,97); }

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

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

 span { border-color: rgb(49,30,97); }

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