#310D59

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

Shades of Christalle #310D59

Tints of Christalle #310D59

Color information

#310D59 (or 0x310D59) is unknown color: approx Christalle. HEX triplet: 31, 0D and 59. RGB value is (49,13,89). Sum of RGB (Red+Green+Blue) = 49+13+89=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #310D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D59 is #CEF2A6. Grayscale: #202020. Windows color (decimal): -13562535 or 5836081. OLE color: 5836081.

HSL color Cylindrical-coordinate representation of color #310D59: hue angle of 268.42º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #310D59 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB491389-
CMYK0.450.8500.65
HSL268.42º74.51%20%-
HSV(B)268.42º85.39%34.9%-
XYZ3.211.669.6-
YUV32.43159.93139.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=32.45%
G=8.61%
B=58.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4913890.450.8500.65268.4274.5120
Hex31D592D5504110c4b14
Octal611513155125010141411324
Binary11000111011011001101101101010101000001100001100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310D59; }

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

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

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

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

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

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

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

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