#311059

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

Shades of Christalle #311059

Tints of Christalle #311059

Color information

#311059 (or 0x311059) is unknown color: approx Christalle. HEX triplet: 31, 10 and 59. RGB value is (49,16,89). Sum of RGB (Red+Green+Blue) = 49+16+89=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #311059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311059 is #CEEFA6. Grayscale: #212121. Windows color (decimal): -13561767 or 5836849. OLE color: 5836849.

HSL color Cylindrical-coordinate representation of color #311059: hue angle of 267.12º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311059 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB491689-
CMYK0.450.8200.65
HSL267.12º69.52%20.59%-
HSV(B)267.12º82.02%34.9%-
XYZ3.261.749.62-
YUV34.19158.93138.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=31.82%
G=10.39%
B=57.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4916890.450.8200.65267.1269.5220.59
Hex3110592D5204110b4615
Octal612013155122010141310625
Binary110001100001011001101101101001001000001100001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311059; }

 p { color: rgb(49,16,89); }

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

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

 a { background-color: rgb(49,16,89); }

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

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

 span { border-color: rgb(49,16,89); }

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