#310559

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

Shades of Christalle #310559

Tints of Christalle #310559

Color information

#310559 (or 0x310559) is unknown color: approx Christalle. HEX triplet: 31, 05 and 59. RGB value is (49,5,89). Sum of RGB (Red+Green+Blue) = 49+5+89=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #310559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310559 is #CEFAA6. Grayscale: #1B1B1B. Windows color (decimal): -13564583 or 5834033. OLE color: 5834033.

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

Color convert

RGB49589-
CMYK0.450.9400.65
HSL271.43º89.36%18.43%-
HSV(B)271.43º94.38%34.9%-
XYZ3.121.489.57-
YUV27.73162.58143.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=34.27%
G=3.50%
B=62.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal495890.450.9400.65271.4389.3618.43
Hex315592D5E04110f5912
Octal61513155136010141713122
Binary1100011011011001101101101111001000001100001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310559; }

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

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

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

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

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

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

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

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