#311057

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

Shades of Christalle #311057

Tints of Christalle #311057

Color information

#311057 (or 0x311057) is unknown color: approx Christalle. HEX triplet: 31, 10 and 57. RGB value is (49,16,87). Sum of RGB (Red+Green+Blue) = 49+16+87=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #311057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311057 is #CEEFA8. Grayscale: #212121. Windows color (decimal): -13561769 or 5705777. OLE color: 5705777.

HSL color Cylindrical-coordinate representation of color #311057: hue angle of 267.89º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311057 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB491687-
CMYK0.440.8200.66
HSL267.89º68.93%20.2%-
HSV(B)267.89º81.61%34.12%-
XYZ3.171.719.18-
YUV33.96157.93138.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=32.24%
G=10.53%
B=57.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4916870.440.8200.66267.8968.9320.2
Hex3110572C5204210c4514
Octal612012754122010241410524
Binary110001100001010111101100101001001000010100001100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311057; }

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

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

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

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

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

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

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

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