#311A61

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

Shades of Christalle #311A61

Tints of Christalle #311A61

Color information

#311A61 (or 0x311A61) is unknown color: approx Christalle. HEX triplet: 31, 1A and 61. RGB value is (49,26,97). Sum of RGB (Red+Green+Blue) = 49+26+97=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #311A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A61 is #CEE59E. Grayscale: #282828. Windows color (decimal): -13559199 or 6363697. OLE color: 6363697.

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

Color convert

RGB492697-
CMYK0.490.7300.62
HSL259.44º57.72%24.12%-
HSV(B)259.44º73.2%38.04%-
XYZ3.792.2511.54-
YUV40.97159.62133.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=28.49%
G=15.12%
B=56.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4926970.490.7300.62259.4457.7224.12
Hex311A61314903E1033a18
Octal6132141611110764037230
Binary1100011101011000011100011001001011111010000001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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